VCCodeClass.Enums Property
Gets a collection of enumerations for the parent object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
ReadOnly Property Enums As CodeElements
用法
Dim instance As VCCodeClass
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.