DTE2.ContextAttributes Property

Gets a ContextAttributes collection which allows automation clients to add new attributes to the current selected items in the Dynamic Help window and provide contextual help for the additional attributes.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property ContextAttributes As ContextAttributes
'Usage
Dim instance As DTE2 
Dim value As ContextAttributes 

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

Property Value

Type: EnvDTE.ContextAttributes
A ContextAttributes collection.

Implements

_DTE.ContextAttributes

.NET Framework Security

See Also

Reference

DTE2 Interface

DTE2 Members

ContextAttributes Overload

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples