IVarInfo.VTSType Property

Gets or sets the VTS type of the variable.

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

Syntax

声明
Property VTSType As String
用法
Dim instance As IVarInfo
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 variable.

Remarks

VTSType returns the VTS type of the parameter or variable. VTS specifies the variant parameter types designed for use with the OLE control classes of the Microsoft Foundation Class Library. See Variant Parameter Type Constants for a list of possible return values.

Permissions

See Also

Reference

IVarInfo Interface

IVarInfo Members

Microsoft.VisualStudio.VsWizard Namespace