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
- typeName
Type: System.String
UI type string.
Return Value
Type: System.Object
The default value, or null if the type string was not recognized.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.