Sdílet prostřednictvím


IParamInfo.VTSType Property

Gets or sets the VTS type of the parameter.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Property VTSType As String
'Usage
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)

Property Value

Type: System.String

the VTS type of the parameter.

Remarks

VTS specifies the variant parameter types designed for use with the OLE control classes of the Microsoft Foundation Class Library.

Permissions

See Also

Concepts

MFC Classes

Reference

IParamInfo Interface

IParamInfo Members

Microsoft.VisualStudio.VsWizard Namespace