VCCodeParameter.TypeString Property

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

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

Syntax

声明
Property TypeString As String
用法
Dim instance As VCCodeParameter
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

The type of the object.

Permissions

See Also

Reference

VCCodeParameter Interface

VCCodeParameter Members

Microsoft.VisualStudio.VCCodeModel Namespace