次の方法で共有


TypeMap.GetDefaultValueOfBuiltInUIType Method

Microsoft internal use only.

Given a UI type, creates an object that represents the default value of that type.

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

Syntax

'宣言
Public Shared Function GetDefaultValueOfBuiltInUIType ( _
    typeName As String _
) As Object
public static Object GetDefaultValueOfBuiltInUIType(
    string typeName
)

Parameters

Return Value

Type: System.Object
The default value, or null if the type string was not recognized.

.NET Framework Security

See Also

Reference

TypeMap Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace