InternalRemotingServices.GetCachedSoapAttribute(Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したクラス メンバーまたはメソッド パラメーターに適した SOAP 関連の属性を取得します。
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 クラスは、System.Runtime.Remoting.Metadata名前空間のさまざまな SOAP 関連の属性クラスの基本クラスです。