PropertyDescription.Type Property

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

Syntax

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

value = instance.Type
public string Type { get; }
public:
virtual property String^ Type {
    String^ get () sealed;
}
abstract Type : string
override Type : string
final function get Type () : String

Property Value

Type: System.String

Implements

IPropertyDescription.Type

.NET Framework Security

See Also

Reference

PropertyDescription Class

PropertyDescription Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace