DTEClass.ContextAttributes Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information on this property, refer to ContextAttributes.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ContextAttributes As ContextAttributes
public virtual ContextAttributes ContextAttributes { get; }
public:
virtual property ContextAttributes^ ContextAttributes {
ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes with get
override ContextAttributes : ContextAttributes with get
function get ContextAttributes () : ContextAttributes
Property Value
Type: EnvDTE.ContextAttributes
The context attributes.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.