NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeSourceFile.GenerateLongNames

Gets whether fully qualified class names are set to always be generated or not.

[Visual Basic]
Property GenerateLongNames As Boolean
[C#]
bool GenerateLongNames {get; set;}
[C++]
bool get_GenerateLongNames() = 0;void set_GenerateLongNames(bool) = 0;
[JScript]
abstract function get GenerateLongNames() : Boolean;
public abstract function set GenerateLongNames(Boolean);

Property Value

true if class names will always be fully qualified; otherwise false.

Remarks

Default is false, where class names are shortened according to current imports.

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace