Determines whether a particular context is OK for the context attribute and returns a context property for a new context.
IContextAttribute
[Visual Basic] Public Interface IContextAttribute [C#] public interface IContextAttribute [C++] public __gc __interface IContextAttribute
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ContextAttribute | ContextAttribute is the root for all context attributes. ContextAttribute provides the default implementations of IContextAttribute and IContextProperty. Simple Context properties can derived from ContextAttribute with the context attribute and the context property being in the class. For more specialized or more sophisticated needs the context attribute still derives from ContextAttribute and context property can be split into a separated class. |
An IContextAttribute is exposed from all context attributes.
Namespace: System.Runtime.Remoting
Assembly: mscorlib.dll
IContextAttribute Members | System.Runtime.Remoting Namespace