Sdílet prostřednictvím


VCCodeIDLLibrary.Enums Property

Gets a collection of enumerations for the object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property Enums As CodeElements
'Usage
Dim instance As VCCodeIDLLibrary
Dim value As CodeElements

value = instance.Enums
CodeElements Enums { get; }
property CodeElements^ Enums {
    CodeElements^ get ();
}
function get Enums () : CodeElements

Property Value

Type: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCCodeIDLLibrary Interface

VCCodeIDLLibrary Members

Microsoft.VisualStudio.VCCodeModel Namespace