VCCodeStruct.DeclarationText - свойство
Gets or sets the declaration of the object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Property DeclarationText As String
'Применение
Dim instance As VCCodeStruct
Dim value As String
value = instance.DeclarationText
instance.DeclarationText = value
string DeclarationText { get; set; }
property String^ DeclarationText {
String^ get ();
void set (String^ value);
}
function get DeclarationText () : String
function set DeclarationText (value : String)
Значение свойства
Тип: System.String
The declaration of the object.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.