バージョン

GetAllPropertiesWithValuedIntent メソッド

値が指定されている場合、提供されたインテントと一致するプロパティをすべて返します。
シンタックス
'宣言
 
Public Function GetAllPropertiesWithValuedIntent( _
   ByVal intent As String _
) As String()
public string[] GetAllPropertiesWithValuedIntent( 
   string intent
)

パラメータ

intent
一致するインテントの名前。

戻り値の型

提供したインテントと一致するすべてのプロパティ。
参照