PathSegmentReferencesRole Constructor (PathSegment, DomainRole)

Constructor Creates a PathSegmentReferencesRole link in the same Partition as the given PathSegment

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

Syntax

'Declaration
Public Sub New ( _
    source As PathSegment, _
    target As DomainRole _
)
public PathSegmentReferencesRole(
    PathSegment source,
    DomainRole target
)
public:
PathSegmentReferencesRole(
    PathSegment^ source, 
    DomainRole^ target
)
new : 
        source:PathSegment * 
        target:DomainRole -> PathSegmentReferencesRole
public function PathSegmentReferencesRole(
    source : PathSegment, 
    target : DomainRole
)

Parameters

.NET Framework Security

See Also

Reference

PathSegmentReferencesRole Class

PathSegmentReferencesRole Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace