IParamInfo::TypeString Property

 

Gets or sets the type of the parent object by using a string representation of the type.

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

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

Property Value

Type: System::String^

A string representation of the type of the parent object.

Return to top
Show: