IContextAttribute Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a context attribute.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IContextAttribute
public interface IContextAttribute
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContextAttribute
type IContextAttribute = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContextAttribute = interface
Public Interface IContextAttribute
- Derived
- Attributes
Remarks
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 Attributes.
Methods
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. |