TupleElementNamesAttribute.TransformNames Propiedad

Definición

Especifica, en el recorrido en preorden con prioridad de profundidad de la construcción de un tipo, qué elementos de tupla de valor están destinados a llevar nombres de elemento.

public:
 property System::Collections::Generic::IList<System::String ^> ^ TransformNames { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string?> TransformNames { get; }
public System.Collections.Generic.IList<string> TransformNames { get; }
member this.TransformNames : System.Collections.Generic.IList<string>
Public ReadOnly Property TransformNames As IList(Of String)

Valor de propiedad

Matriz que indica qué elementos de tupla de valor están destinados a llevar nombres de elemento.

Se aplica a