CopyOriginContext.GetCopyOrigin Method (ElementGroup)

Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if none exists.

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

Syntax

'Declaration
Public Shared Function GetCopyOrigin ( _
    elementGroup As ElementGroup _
) As String
public static string GetCopyOrigin(
    ElementGroup elementGroup
)
public:
static String^ GetCopyOrigin(
    ElementGroup^ elementGroup
)
static member GetCopyOrigin : 
        elementGroup:ElementGroup -> string
public static function GetCopyOrigin(
    elementGroup : ElementGroup
) : String

Parameters

Return Value

Type: String
The text that represents the origin of the ElementGroupPrototype, or String.Empty if none exists.

.NET Framework Security

See Also

Reference

CopyOriginContext Class

GetCopyOrigin Overload

Microsoft.VisualStudio.Modeling Namespace