TupleElementNamesAttribute.TransformNames Propriedade

Definição

Especifica, em uma passagem de profundidade inicial de pré-ordenação da construção do tipo, quais elementos da tupla de valor devem ter nomes 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 da propriedade

Uma matriz que indica quais elementos de tupla de valor devem ter nomes de elemento.

Aplica-se a