SoapExtensionReflector.ReflectionContext 属性
定义
获取或设置从调用 ProtocolReflector 方法的 ReflectMethod() 抽象类派生的类的实例。Gets or sets the instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod() method.
public:
property System::Web::Services::Description::ProtocolReflector ^ ReflectionContext { System::Web::Services::Description::ProtocolReflector ^ get(); void set(System::Web::Services::Description::ProtocolReflector ^ value); };
public System.Web.Services.Description.ProtocolReflector ReflectionContext { get; set; }
member this.ReflectionContext : System.Web.Services.Description.ProtocolReflector with get, set
Public Property ReflectionContext As ProtocolReflector
属性值
从调用ProtocolReflector方法的ReflectMethod()抽象类派生的类的实例。The instance of a class derived from the abstract ProtocolReflector class that invokes the ReflectMethod() method.
注解
如果实现从类派生的类 SoapExtensionReflector abstract ,则无需实现从派生的类 ProtocolReflector 来调用 ReflectMethod 方法或设置 ReflectionContext 属性。If you implement a class that is derived from the SoapExtensionReflectorabstract class, you do not need to implement a class that is derived from ProtocolReflector to invoke the ReflectMethod method or to set the ReflectionContext property.