Share via


InternalRemotingServices.GetCachedSoapAttribute(Object) Método

Definição

Obtém um atributo adequado relacionado com SOAP para o parâmetro de método ou membro de classe especificado.

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

Parâmetros

reflectionObject
Object

Um parâmetro de método ou membro de classe.

Retornos

O atributo adequado relacionado com SOAP para o parâmetro de método ou membro de classe especificado.

Atributos

Comentários

Você não precisa chamar os static métodos da InternalRemotingServices classe .

Um "_LOGGING" símbolo de pré-processamento é aplicado ao método por meio do ConditionalAttribute atributo .

A SoapAttribute classe é a classe base para várias classes de atributo relacionadas a SOAP no System.Runtime.Remoting.Metadata namespace .

Aplica-se a