Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Construct a segment with a specified role an interpretation
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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
- store
Type: Microsoft.VisualStudio.Modeling.Store
- interpretation
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentInterpretation
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.