VCCodeClass.Typedefs Property
Gets the collection of VCCodeTypedef elements for the parent object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property Typedefs As CodeElements
Get
CodeElements Typedefs { get; }
property CodeElements^ Typedefs {
CodeElements^ get ();
}
abstract Typedefs : CodeElements
function get Typedefs () : CodeElements
Property Value
Type: EnvDTE.CodeElements
A CodeElements collection.
.NET Framework Security
- 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.