Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Create empty value of the specified type, to be used with fallback properties
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Shared Function CreateEmptyValue ( _
type As String _
) As IVsUIObject
'Usage
Dim type As String
Dim returnValue As IVsUIObject
returnValue = BuiltInPropertyValue.CreateEmptyValue(type)
public static IVsUIObject CreateEmptyValue(
string type
)
public:
static IVsUIObject^ CreateEmptyValue(
String^ type
)
static member CreateEmptyValue :
type:string -> IVsUIObject
public static function CreateEmptyValue(
type : String
) : IVsUIObject
Parameters
- type
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject
.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.