Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Function HasContext ( _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim returnValue As Boolean
returnValue = CopyOriginContext.HasContext(elementGroupPrototype)
public static bool HasContext(
ElementGroupPrototype elementGroupPrototype
)
public:
static bool HasContext(
ElementGroupPrototype^ elementGroupPrototype
)
public static function HasContext(
elementGroupPrototype : ElementGroupPrototype
) : boolean
Parameters
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Return Value
Type: System.Boolean
Permissions
- 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.