Gathers naming information from the context property and determines whether the new context is ok for the context property.
IContextProperty
[Visual Basic] Public Interface IContextProperty [C#] public interface IContextProperty [C++] public __gc __interface IContextProperty
[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. |
[To be supplied.]
Namespace: System.Runtime.Remoting
Assembly: mscorlib.dll
IContextProperty Members | System.Runtime.Remoting Namespace