PathHasSegments コンストラクター (DomainPath, PathSegment)
コンストラクターは、特定の DomainPath と同じパーティションの PathHasSegments のリンクを作成します。
名前空間: Microsoft.VisualStudio.Modeling.DslDefinition
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 内)
構文
'宣言
Public Sub New ( _
source As DomainPath, _
target As PathSegment _
)
public PathHasSegments(
DomainPath source,
PathSegment target
)
パラメーター
- source
型 : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
リレーションシップのソースとして使用する DomainPath。
- target
型 : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
リレーションシップのターゲットとして使用する PathSegment。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。