Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if not found.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Shared Function GetCopyOrigin ( _
elementGroupPrototype As ElementGroupPrototype _
) As String
public static string GetCopyOrigin(
ElementGroupPrototype elementGroupPrototype
)
public:
static String^ GetCopyOrigin(
ElementGroupPrototype^ elementGroupPrototype
)
static member GetCopyOrigin :
elementGroupPrototype:ElementGroupPrototype -> string
public static function GetCopyOrigin(
elementGroupPrototype : ElementGroupPrototype
) : String
Parameters
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
The ElementGroupPrototype where the CopyOriginContext has been saved.
Return Value
Type: System.String
The text that represents the origin of the ElementGroupPrototype, or String.Empty if not found.
.NET Framework Security
- 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.