Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
typeName
Type: System.StringUI 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.