다음을 통해 공유


DirectiveRegistry.GetDirectives(Version, String) 메서드

정의

frameworkVersion 매개 변수 및 extension 매개 변수를 기반으로 하는 지시문의 컬렉션을 반환합니다.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Type ^> ^ GetDirectives(Version ^ frameworkVersion, System::String ^ extension);
public static System.Collections.ObjectModel.ReadOnlyCollection<Type> GetDirectives (Version frameworkVersion, string extension);
static member GetDirectives : Version * string -> System.Collections.ObjectModel.ReadOnlyCollection<Type>
Public Shared Function GetDirectives (frameworkVersion As Version, extension As String) As ReadOnlyCollection(Of Type)

매개 변수

frameworkVersion
Version

.NET Framework 버전 2.0입니다.

extension
String

파일 확장명입니다.

반환

ReadOnlyCollection<Type>

읽기 전용 컬렉션입니다.

적용 대상