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