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 関連の属性。
- 属性
注釈
クラスのInternalRemotingServicesメソッドをstatic
呼び出す必要はありません。
"_LOGGING"
前処理シンボルは、 属性を使用して メソッドにConditionalAttribute適用されます。
クラスは SoapAttribute 、名前空間内のさまざまな SOAP 関連の属性クラスの System.Runtime.Remoting.Metadata 基本クラスです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET