IContextAttribute Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Identifies a context attribute.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetPropertiesForNewContext(IConstructionCallMessage^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns context properties to the caller in the given message. |
![]() | IsContextOK(Context^, IConstructionCallMessage^) | This API supports the product infrastructure and is not intended to be used directly from your code. 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.
Available since 1.1
