JSObject.GetPropertyAsString(String) メソッド

定義

プロパティが存在する場合と同様 String に、プロパティの値を返します。それ以外の場合 nullは 。

public:
 System::String ^ GetPropertyAsString(System::String ^ propertyName);
public string? GetPropertyAsString (string propertyName);
member this.GetPropertyAsString : string -> string
Public Function GetPropertyAsString (propertyName As String) As String

パラメーター

propertyName
String

プロパティの名前。

戻り値

指定した名前のプロパティの値。

例外

プロパティ値は文字列ではありません。

注釈

プロパティ値が JSException 文字列でない場合、このメソッドは をスローします。

適用対象