共用方式為


InternalRemotingServices.GetCachedSoapAttribute(Object) 方法

定義

針對指定的類別成員或方法參數,取得適當的 SOAP 相關屬性 (Attribute)。

public:
 static System::Runtime::Remoting::Metadata::SoapAttribute ^ GetCachedSoapAttribute(System::Object ^ reflectionObject);
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
[System.Security.SecurityCritical]
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
[<System.Security.SecurityCritical>]
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
Public Shared Function GetCachedSoapAttribute (reflectionObject As Object) As SoapAttribute

參數

reflectionObject
Object

類別成員或方法參數。

傳回

指定之類別成員或方法參數的 SOAP 相關屬性。

屬性

備註

您不需要呼叫 static 類別的方法 InternalRemotingServices

前置 "_LOGGING" 處理符號會透過 ConditionalAttribute 屬性套用至 方法。

類別 SoapAttribute 是命名空間中各種 SOAP 相關屬性類別的 System.Runtime.Remoting.Metadata 基類。

適用於