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)

property String^ VTSType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: 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.

Return to top
Show: