| QiObjectGetProperty メソッド |
(動作未確認)オブジェクトのプロパティ値を取得します。
名前空間: Baku.LibqiDotNetアセンブリ: Baku.LibqiDotNet (in Baku.LibqiDotNet.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文 public QiFuture GetProperty(
string pname
)
Public Function GetProperty (
pname As String
) As QiFuture
public:
QiFuture^ GetProperty(
String^ pname
)
member GetProperty :
pname : string -> QiFuture
パラメーター
- pname
- 型: SystemString
取得対象となるプロパティの名前
戻り値
型:
QiFuture対応するプロパティ値への予約
参照