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