VBProjectProperties7.OutputTypeEx Property

Definition

Gets or sets an enumerated value indicating the output type of the project.

public:
 property System::UInt32 OutputTypeEx { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int OutputTypeEx { unsigned int get(); void set(unsigned int value); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj110.DWORD")]
[System.Runtime.InteropServices.DispId(17000)]
public uint OutputTypeEx { [System.Runtime.InteropServices.DispId(17000)] get; [System.Runtime.InteropServices.DispId(17000)] set; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj110.DWORD")>]
[<System.Runtime.InteropServices.DispId(17000)>]
[<get: System.Runtime.InteropServices.DispId(17000)>]
[<set: System.Runtime.InteropServices.DispId(17000)>]
member this.OutputTypeEx : uint32 with get, set
Public Property OutputTypeEx As UInteger

Property Value

Returns the value indicating the output type.

Attributes

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to