다음을 통해 공유


CodeAttributeDeclaration.Arguments 속성

정의

특성의 인수를 가져옵니다.

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

속성 값

특성에 대한 인수를 포함하는 CodeAttributeArgumentCollection입니다.

적용 대상

추가 정보