XmlImplementation.HasFeature(String, String) メソッド

定義

DOM (Document Object Model) 実装が特定の機能を実装するかどうかをテストします。

public:
 bool HasFeature(System::String ^ strFeature, System::String ^ strVersion);
public bool HasFeature (string strFeature, string strVersion);
member this.HasFeature : string * string -> bool
Public Function HasFeature (strFeature As String, strVersion As String) As Boolean

パラメーター

strFeature
String

テスト対象の機能のパッケージ名。 この名前は大文字と小文字を区別しません。

strVersion
String

これは、テストする対象のパッケージ名のバージョン番号です。 バージョンを指定しない場合 (null)、機能のいずれかのバージョンがサポートされていれば、このメソッドは true を返します。

戻り値

Boolean

指定したバージョンでその機能が実装される場合は true。それ以外の場合は false

HasFeaturetrue を返す組み合わせを次の表に示します。

strFeature strVersion
XML 1.0
XML 2.0

適用対象