UIObject.Type Property

Microsoft internal use only.

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

Syntax

'Declaration
Public ReadOnly Property Type As String
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

Microsoft.Internal.VisualStudio.PlatformUI Namespace