InternalRemotingServices.GetCachedSoapAttribute(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un attribut relatif à SOAP et approprié au membre de classe ou au paramètre de méthode spécifié.
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
Paramètres
- reflectionObject
- Object
Membre de classe ou paramètre de méthode.
Retours
L'attribut relatif à SOAP et approprié au membre de classe ou au paramètre de méthode spécifié.
- Attributs
Remarques
Vous n’avez pas besoin d’appeler les static
méthodes de la InternalRemotingServices classe .
Un "_LOGGING"
symbole de prétraitement est appliqué à la méthode au moyen de l’attribut ConditionalAttribute .
La SoapAttribute classe est la classe de base pour différentes classes d’attributs SOAP dans l’espace de System.Runtime.Remoting.Metadata noms.