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)

Syntax

声明
Property TypeString As String
用法
Dim instance As IParamInfo
Dim value As String

value = instance.TypeString

instance.TypeString = value
string TypeString { get; set; }
property String^ TypeString {
    String^ get ();
    void set (String^ value);
}
function get TypeString () : String
function set TypeString (value : String)

Property Value

Type: System.String

A string representation of the type of the parent object.

Permissions

See Also

Reference

IParamInfo Interface

IParamInfo Members

Microsoft.VisualStudio.VsWizard Namespace