Share via


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

_DTE.ContextAttributes

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace