ProtoLink(ElementLink) Constructor
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.
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.