IParamInfo.VTSType - свойство
Gets or sets the VTS type of the parameter.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Property VTSType As String
'Применение
Dim instance As IParamInfo
Dim value As String
value = instance.VTSType
instance.VTSType = value
string VTSType { get; set; }
property String^ VTSType {
String^ get ();
void set (String^ value);
}
function get VTSType () : String
function set VTSType (value : String)
Значение свойства
Тип: System.String
the VTS type of the parameter.
Заметки
VTS specifies the variant parameter types designed for use with the OLE control classes of the Microsoft Foundation Class Library.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.