Share via


InstanceDescriptor.Arguments 속성

정의

이 인스턴스 설명자가 나타내는 개체의 인스턴스를 다시 구성하는 데 사용할 수 있는 인수의 컬렉션을 가져옵니다.

public:
 property System::Collections::ICollection ^ Arguments { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Arguments { get; }
member this.Arguments : System.Collections.ICollection
Public ReadOnly Property Arguments As ICollection

속성 값

개체를 만드는 데 사용할 수 있는 인수의 ICollection입니다.

적용 대상