次の方法で共有


ICombinedFragment.InteractionOperator プロパティ

フラグメントの種類。この型は、構成するフラグメントの解釈と結合方法を定めます。

異なる名前にする場合は、DisplayName の後でこれを設定します。

名前空間:  Microsoft.VisualStudio.Uml.Interactions
アセンブリ:  Microsoft.VisualStudio.Uml.Interfaces (Microsoft.VisualStudio.Uml.Interfaces.dll 内)

構文

'宣言
Property InteractionOperator As InteractionOperatorKind
InteractionOperatorKind InteractionOperator { get; set; }
property InteractionOperatorKind InteractionOperator {
    InteractionOperatorKind get ();
    void set (InteractionOperatorKind value);
}
abstract InteractionOperator : InteractionOperatorKind with get, set
function get InteractionOperator () : InteractionOperatorKind
function set InteractionOperator (value : InteractionOperatorKind)

プロパティ値

型 : Microsoft.VisualStudio.Uml.Interactions.InteractionOperatorKind

解説

また、DisplayName をInteractionOperatorKind の値のいずれか、または Loop(n, m) に設定した場合も、このプロパティが設定されます。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

ICombinedFragment インターフェイス

Microsoft.VisualStudio.Uml.Interactions 名前空間