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);
true if class names will always be fully qualified; otherwise false.
Default is false, where class names are shortened according to current imports.
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace