UserContext.Empty Property

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Shared ReadOnly Property Empty As UserContext
'使用
Dim value As UserContext

value = UserContext.Empty
public static UserContext Empty { get; }
public:
static property UserContext^ Empty {
    UserContext^ get ();
}
public static function get Empty () : UserContext

Property Value

Type: Microsoft.VisualStudio.Modeling.Design.UserContext

Permissions

See Also

Reference

UserContext Class

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace