Delen via


VCFileCodeModel.Typedefs Property

Gets the collection of typedef elements for the object.

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

Syntax

'Declaration
ReadOnly Property Typedefs As CodeElements
'Usage
Dim instance As VCFileCodeModel 
Dim value As CodeElements 

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

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

VCFileCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace