다음을 통해 공유


ModuleDefinition.Arguments 속성

정의

모듈 정의를 만드는 데 사용된 매개 변수를 가져옵니다. 이 속성은 구현되지 않습니다. 항상 빈 목록을 가져옵니다.

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

속성 값

IDictionary입니다.

적용 대상