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