This documentation is archived and is not being maintained.
IContextAttribute Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Identifies a context attribute.
Assembly: mscorlib (in mscorlib.dll)
The IContextAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetPropertiesForNewContext | Infrastructure. Returns context properties to the caller in the given message. |
![]() | IsContextOK | Infrastructure. Returns a Boolean value indicating whether the specified context meets the context attribute's requirements. |
The IContextAttribute class is exposed from all context attributes. The attributes contribute a property that resides in a context and enforces a specific policy for the objects created in that context. For more information about using attributes, see Extending Metadata Using Attributes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
