다음을 통해 공유


ICombinedFragment.DisplayName 속성

시퀀스 다이어그램에 나타나는 결합 된 단편의 레이블을 가져오거나 설정합니다. 또한 Opt 또는 Break 같은 표준 연산자 이름으로 설정된 경우 InteractionOperator를 설정합니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Interactions
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
Property DisplayName As String
string DisplayName { get; set; }
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
abstract DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

속성 값

형식: String

설명

사용자 또는 프로그램 코드를 통해 이 속성을 InteractionOperatorKind 값 중 하나로 설정하면 InteractionOperator가 동일한 값으로 설정됩니다. 다른 값으로 설정된 경우 InteractionOperator가 Alt로 설정됩니다.

값이 Loop(n,m)로 설정되어 있는 경우 InteractionOperator는 루프로 설정되어 있고 n과 m은 첫 번째 피연산자의 최대값 및 최소값으로 설정됩니다.

.NET Framework 보안

참고 항목

참조

ICombinedFragment 인터페이스

Microsoft.VisualStudio.Uml.Interactions 네임스페이스