CopyOriginContext.Set(ElementGroupPrototype, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.