Sdílet prostřednictvím


DirectiveRegistry.GetDirectives(Version, String) Metoda

Definice

Vrátí kolekci směrnic založenou na frameworkVersion parametru a 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

Verze .NET Framework

extension
String

Přípona názvu souboru.

Návraty

ReadOnlyCollection<Type>

Kolekce jen pro čtení.

Platí pro