次の方法で共有


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 のバージョン。

extension
String

ファイル名拡張子。

戻り値

ReadOnlyCollection<Type>

読み取り専用のコレクション。

適用対象