PropertyDescription.IsBuiltInUIType Method

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

Syntax

声明
Public Shared Function IsBuiltInUIType ( _
    typeName As String _
) As Boolean
用法
Dim typeName As String
Dim returnValue As Boolean

returnValue = PropertyDescription.IsBuiltInUIType(typeName)
public static bool IsBuiltInUIType(
    string typeName
)
public:
static bool IsBuiltInUIType(
    String^ typeName
)
static member IsBuiltInUIType : 
        typeName:string -> bool 
public static function IsBuiltInUIType(
    typeName : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PropertyDescription Class

PropertyDescription Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace