다음을 통해 공유


ResourceCollectionInfo.Accepts 속성

정의

컬렉션에 추가할 수 있는 리소스 형식의 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Accepts { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Accepts { get; }
member this.Accepts : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Accepts As Collection(Of String)

속성 값

컬렉션에 추가할 수 있는 리소스 형식의 컬렉션입니다.

적용 대상