IPropertyDescription.Type Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
ReadOnly Property Type As String
    Get
用法
Dim instance As IPropertyDescription
Dim value As String

value = instance.Type
string Type { get; }
property String^ Type {
    String^ get ();
}
abstract Type : string
function get Type () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IPropertyDescription Interface

IPropertyDescription Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace