Compartilhar via


CopyOriginContext.Set(ElementGroupPrototype, String) Method

Definition

Adds the ElementGroupPrototype origin information to the ElementGroupPrototype.

public:
 static void Set(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ elementGroupPrototype, System::String ^ copyOrigin);
public static void Set (Microsoft.VisualStudio.Modeling.ElementGroupPrototype elementGroupPrototype, string copyOrigin);
static member Set : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * string -> unit
Public Shared Sub Set (elementGroupPrototype As ElementGroupPrototype, copyOrigin As String)

Parameters

elementGroupPrototype
ElementGroupPrototype

The ElementGroupPrototype to save the origin context information to.

copyOrigin
String

The text that represents the origin of the ElementGroupPrototype.

Applies to