Share via


PathSegment Constructor (Store, DomainRole, PathSegmentInterpretation)

Construct a segment with a specified role an interpretation

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

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    role As DomainRole, _
    interpretation As PathSegmentInterpretation _
)
public PathSegment(
    Store store,
    DomainRole role,
    PathSegmentInterpretation interpretation
)
public:
PathSegment(
    Store^ store, 
    DomainRole^ role, 
    PathSegmentInterpretation interpretation
)
new : 
        store:Store * 
        role:DomainRole * 
        interpretation:PathSegmentInterpretation -> PathSegment
public function PathSegment(
    store : Store, 
    role : DomainRole, 
    interpretation : PathSegmentInterpretation
)

Parameters

.NET Framework Security

See Also

Reference

PathSegment Class

PathSegment Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace