Share via


ProtoLink(ElementLink) Constructor

Definition

Creates an instance of the ProtoLink class.

public:
 ProtoLink(Microsoft::VisualStudio::Modeling::ElementLink ^ link);
public ProtoLink (Microsoft.VisualStudio.Modeling.ElementLink link);
new Microsoft.VisualStudio.Modeling.ProtoLink : Microsoft.VisualStudio.Modeling.ElementLink -> Microsoft.VisualStudio.Modeling.ProtoLink
Public Sub New (link As ElementLink)

Parameters

link
ElementLink

The ElementLink to prototype.

Applies to