다음을 통해 공유


BuiltInPropertyValue.CreateEmptyValue Method

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

‘선언
Public Shared Function CreateEmptyValue ( _
    type As String _
) As IVsUIObject
‘사용 방법
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

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject

.NET Framework Security

See Also

Reference

BuiltInPropertyValue Class

BuiltInPropertyValue Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace