ProtoLink Constructor

Creates an instance of the ProtoLink class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    link As ElementLink _
)
public ProtoLink(
    ElementLink link
)
public:
ProtoLink(
    ElementLink^ link
)
new : 
        link:ElementLink -> ProtoLink
public function ProtoLink(
    link : ElementLink
)

Parameters

.NET Framework Security

See Also

Reference

ProtoLink Class

Microsoft.VisualStudio.Modeling Namespace