CopyOriginContext.GetCopyOrigin Method (ElementGroupPrototype)

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

Syntax

'宣言
Public Shared Function GetCopyOrigin ( _
    elementGroupPrototype As ElementGroupPrototype _
) As String
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim returnValue As String

returnValue = CopyOriginContext.GetCopyOrigin(elementGroupPrototype)
public static string GetCopyOrigin(
    ElementGroupPrototype elementGroupPrototype
)
public:
static String^ GetCopyOrigin(
    ElementGroupPrototype^ elementGroupPrototype
)
public static function GetCopyOrigin(
    elementGroupPrototype : ElementGroupPrototype
) : String

Parameters

Return Value

Type: System.String

Permissions

See Also

Reference

CopyOriginContext Class

CopyOriginContext Members

GetCopyOrigin Overload

Microsoft.VisualStudio.Modeling Namespace