Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public Shared Function CreateEmptyValue ( _
type As String _
) As IVsUIObject
'Utilisation
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.