PropertyValueBase.TypeName Property

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

Syntax

‘선언
Public ReadOnly Property TypeName As String
    Get
‘사용 방법
Dim instance As PropertyValueBase
Dim value As String

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace