Compartir a través de


ICombinedFragment.DisplayName (Propiedad)

Obtiene o establece la etiqueta del fragmento combinado que aparece en el diagrama de secuencia.También establece InteractionOperator si se establece en un nombre de operador estándar, como Opt o Break.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Comentarios

Si el usuario o el código del programa establece esta propiedad en uno de los valores de InteractionOperatorKind, InteractionOperator se establecerá en el mismo valor.Si se establece en otro valor, InteractionOperator se establece en Alt.

Si el valor se establece en Loop(n,m), InteractionOperator se establece en Loop y n/m se establecen como los valores máximo y mínimo del primer operando.

Seguridad de .NET Framework

Vea también

Referencia

ICombinedFragment Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)