CopyOriginContext.HasContext Method (ElementGroupPrototype)

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

Return Value

Type: System.Boolean

Permissions

See Also

Reference

CopyOriginContext Class

CopyOriginContext Members

HasContext Overload

Microsoft.VisualStudio.Modeling Namespace