JSMethodInfo.ReturnType 屬性

定義

取得這個方法之傳回值的型別。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual property Type ^ ReturnType { Type ^ get(); };
public override Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides ReadOnly Property ReturnType As Type

屬性值

這個方法之傳回值的型別。

適用於

另請參閱