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
'Usage
Dim instance As DTEClass 
Dim value As ContextAttributes 

value = instance.ContextAttributes
public virtual ContextAttributes ContextAttributes { get; }
public:
virtual property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
public function get ContextAttributes () : ContextAttributes

Property Value

Type: EnvDTE.ContextAttributes

Implements

_DTE.ContextAttributes

.NET Framework Security

See Also

Reference

DTEClass Class

DTEClass Members

EnvDTE Namespace