VCCodeVariable.Project - свойство
Gets the Project object associated with the object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property Project As Project
'Применение
Dim instance As VCCodeVariable
Dim value As Project
value = instance.Project
Project Project { get; }
property Project^ Project {
Project^ get ();
}
function get Project () : Project
Значение свойства
Тип: EnvDTE.Project
A Project object.
Заметки
The Project property represents the project to which the item belongs.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples