Aracılığıyla paylaş


JSObject.GetPropertyAsJSObject(String) Yöntem

Tanım

Özelliğin değerini, özelliği varsa ara sunucu olarak JSObject döndürür, aksi takdirde 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

Parametreler

propertyName
String

Özelliğin adı.

Döndürülenler

Belirtilen ada sahip özelliğin değeri.

Özel durumlar

Özellik değeri bir JSObjectdeğildir.

Açıklamalar

Özellik değeri bir JSException nesne olmadığında bu yöntem bir oluşturur.

Şunlara uygulanır