Condividi tramite


JSObject.GetPropertyAsJSObject(String) Metodo

Definizione

Restituisce il valore della proprietà come JSObject proxy se la proprietà esiste, in caso contrario null.

public:
 System::Runtime::InteropServices::JavaScript::JSObject ^ GetPropertyAsJSObject(System::String ^ propertyName);
public System.Runtime.InteropServices.JavaScript.JSObject? GetPropertyAsJSObject (string propertyName);
member this.GetPropertyAsJSObject : string -> System.Runtime.InteropServices.JavaScript.JSObject
Public Function GetPropertyAsJSObject (propertyName As String) As JSObject

Parametri

propertyName
String

Nome della proprietà.

Restituisce

Il valore della proprietà con il nome specificato.

Eccezioni

Il valore della proprietà non è un JSObjectoggetto .

Commenti

Questo metodo genera un oggetto JSException quando il valore della proprietà non è un oggetto.

Si applica a