RolePlayerChangedEventArgs コンストラクター (IElementDirectory, DomainRoleInfo, Guid, Guid, Guid, ChangeSource, TransactionContext)
名前空間: Microsoft.VisualStudio.Modeling
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 内)
構文
'宣言
Public Sub New ( _
directory As IElementDirectory, _
domainRole As DomainRoleInfo, _
elementLinkId As Guid, _
oldRolePlayerId As Guid, _
newRolePlayerId As Guid, _
changeSource As ChangeSource, _
transactionContext As TransactionContext _
)
public RolePlayerChangedEventArgs(
IElementDirectory directory,
DomainRoleInfo domainRole,
Guid elementLinkId,
Guid oldRolePlayerId,
Guid newRolePlayerId,
ChangeSource changeSource,
TransactionContext transactionContext
)
パラメーター
- directory
型 : Microsoft.VisualStudio.Modeling.IElementDirectory
Elements リンクおよび ModelElement リンクの検索に使用する要素ディレクトリ。
- domainRole
型 : Microsoft.VisualStudio.Modeling.DomainRoleInfo
ロール プレイヤーが変更されたドメイン ロール
- elementLinkId
型 : System.Guid
ロール プレイヤーが変更された ElementLink の ID
- oldRolePlayerId
型 : System.Guid
変更前のロールを果たした ModelElement の ID
- newRolePlayerId
型 : System.Guid
変更後のロールを果たしている ModelElement の ID
- changeSource
型 : Microsoft.VisualStudio.Modeling.ChangeSource
この変更のソース
- transactionContext
型 : Microsoft.VisualStudio.Modeling.TransactionContext
変更が発生したトランザクション コンテキスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
関連項目
RolePlayerChangedEventArgs クラス