PathSegment-Konstruktor (Partition, DomainRole, PathSegmentInterpretation)

Erstellen Sie ein Segment mit einer angegebenen Rolle eine 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 ( _
    partition As Partition, _
    role As DomainRole, _
    interpretation As PathSegmentInterpretation _
)
public PathSegment(
    Partition partition,
    DomainRole role,
    PathSegmentInterpretation interpretation
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PathSegment Klasse

PathSegment-Überladung

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace