CopyOriginContext.Set Method

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

Syntax

'宣言
Public Shared Sub Set ( _
    elementGroupPrototype As ElementGroupPrototype, _
    copyOrigin As String _
)
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim copyOrigin As String

CopyOriginContext.Set(elementGroupPrototype, _
    copyOrigin)
public static void Set(
    ElementGroupPrototype elementGroupPrototype,
    string copyOrigin
)
public:
static void Set(
    ElementGroupPrototype^ elementGroupPrototype, 
    String^ copyOrigin
)
public static function Set(
    elementGroupPrototype : ElementGroupPrototype, 
    copyOrigin : String
)

Parameters

Permissions

See Also

Reference

CopyOriginContext Class

CopyOriginContext Members

Microsoft.VisualStudio.Modeling Namespace