VCDSimpleProperty.Available Method
指定したプロパティ項目をデバイスがサポートしているかどうかをチェックします。
構文
[VB.NET]
Public Function Available(id As String) As Boolean
[C#]public bool Available(string id);
パラメータ | 説 明 |
---|---|
id | VCDPropertyItemクラスライブラリリファレンス>クラス>VCDPropertyItemの識別文字列です。利用可能な文字列の一覧はStandard Property Item Identifier Stringsクラスライブラリリファレンス>クラス>VCDGUIDs>constants.Standard Property Item Identifierにございます。 |
戻り値
VCDPropertyItemクラスライブラリリファレンス>クラス>VCDPropertyItemが自動設定をサポートする場合は True、そうでなければFalseを返します。
サンプル
サンプルについてはVCD Simple Property Classを使用するプログラマーズガイド>VCDSimplePropertyを使用するをご参照ください。