DirectiveRegistry.GetDirectives(Version, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 のバージョン。
- extension
- String
ファイル名拡張子。
戻り値
読み取り専用のコレクション。