InternalRemotingServices.GetCachedSoapAttribute(Object) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar ett lämpligt SOAP-relaterat attribut för den angivna klassmedlemmen eller metodparametern.
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
Parametrar
- reflectionObject
- Object
En klassmedlem eller metodparameter.
Returer
SOAP-relaterat attribut för den angivna klassmedlemmen eller metodparametern.
- Attribut
Kommentarer
Du behöver inte anropa static klassmetoderna InternalRemotingServices .
En "_LOGGING" förbearbetningssymbol tillämpas på metoden med hjälp av attributet ConditionalAttribute .
Klassen SoapAttribute är basklassen för olika SOAP-relaterade attributklasser i System.Runtime.Remoting.Metadata namnområdet.