UIObject.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 UIObject
Dim value As String

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

UIObject Class

UIObject Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace