ReturnMessage.GetOutArgName(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳指定或out參數名稱ref,傳給遠端方法。
public:
virtual System::String ^ GetOutArgName(int index);
public string GetOutArgName(int index);
[System.Security.SecurityCritical]
public string GetOutArgName(int index);
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
Public Function GetOutArgName (index As Integer) As String
參數
- index
- Int32
請求參數的零基索引。
傳回
代表指定 out 或 ref 參數名稱的字串,或 null 若目前方法未實作,則為字串。
實作
- 屬性