TupleElementNamesAttribute.TransformNames 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
튜플 요소가 요소 이름을 전달해야 하는 값을 순서가 미리 정해진 유형 생성의 깊이 우선 통과 방식으로 지정합니다.
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)
속성 값
튜플 요소가 요소 이름을 전달해야 하는 값을 나타내는 배열입니다.