Bagikan melalui


InternalRemotingServices.GetCachedSoapAttribute(Object) Metode

Definisi

Mendapatkan atribut terkait SOAP yang sesuai untuk anggota kelas atau parameter metode yang ditentukan.

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

Parameter

reflectionObject
Object

Anggota kelas atau parameter metode.

Mengembalikan

Atribut terkait SOAP untuk anggota kelas atau parameter metode yang ditentukan.

Atribut

Keterangan

Anda tidak perlu memanggil static metode InternalRemotingServices kelas .

Simbol "_LOGGING" praproscessing diterapkan ke metode dengan menggunakan ConditionalAttribute atribut .

Kelas SoapAttribute adalah kelas dasar untuk berbagai kelas atribut terkait SOAP di System.Runtime.Remoting.Metadata namespace layanan.

Berlaku untuk