IVarInfo::VariantType Property

 

Gets or sets the variable's variant type.

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

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

Property Value

Type: System::String^

The variable's variant type.

Return to top
Show: