DirectiveRegistry.GetDirectives(Version, String) Metoda

Definicja

Zwraca kolekcję dyrektyw na podstawie frameworkVersion parametru i extension parametru.

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)

Parametry

frameworkVersion
Version

Wersja .NET Framework.

extension
String

Rozszerzenie nazwy pliku.

Zwraca

ReadOnlyCollection<Type>

Kolekcja tylko do odczytu.

Dotyczy