VCDSimpleProperty.AutoAvailable Method
指定したプロパティ項目の自動設定が可能かどうかを返します。
構文
[VB.NET]
Public Function AutoAvailable(id As String) As Boolean
[C#]Public bool AutoAvailable(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を使用するをご参照ください。