IMethodMessage.Uri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得呼叫所預定的特定物件的 URI。
public:
property System::String ^ Uri { System::String ^ get(); };
public string Uri { get; }
public string Uri { [System.Security.SecurityCritical] get; }
member this.Uri : string
[<get: System.Security.SecurityCritical>]
member this.Uri : string
Public ReadOnly Property Uri As String
屬性值
遠端物件的 URI,含有受叫用的方法。
- 屬性
例外狀況
立即呼叫者透過對介面的參考進行呼叫,且沒有基礎結構權限。