VCCodeStruct.Typedefs - свойство
Gets the collection of Typedef elements for the object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property Typedefs As CodeElements
'Применение
Dim instance As VCCodeStruct
Dim value As CodeElements
value = instance.Typedefs
CodeElements Typedefs { get; }
property CodeElements^ Typedefs {
CodeElements^ get ();
}
function get Typedefs () : CodeElements
Значение свойства
Тип: EnvDTE.CodeElements
A CodeElements collection.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.