Share via


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

'Declaration
Public Shared Function GetDefaultValueOfBuiltInUIType ( _
    typeName As String _
) As Object
public static Object GetDefaultValueOfBuiltInUIType(
    string typeName
)
public:
static Object^ GetDefaultValueOfBuiltInUIType(
    String^ typeName
)
static member GetDefaultValueOfBuiltInUIType : 
        typeName:string -> Object
public static function GetDefaultValueOfBuiltInUIType(
    typeName : String
) : Object

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