Sdílet prostřednictvím


DTE2.ContextAttributes – vlastnost

Získává ContextAttributes aktuální vybrané položky v kolekci, která umožňuje klientům automatizace přidat nové atributy Dynamické nápovědy okna a kontextové nápovědy pro další atributy.

Obor názvů:  EnvDTE80
Sestavení:  EnvDTE80 (v EnvDTE80.dll)

Syntaxe

'Deklarace
ReadOnly Property ContextAttributes As ContextAttributes
    Get
ContextAttributes ContextAttributes { get; }
property ContextAttributes^ ContextAttributes {
    ContextAttributes^ get ();
}
abstract ContextAttributes : ContextAttributes
function get ContextAttributes () : ContextAttributes

Hodnota vlastnosti

Typ: EnvDTE.ContextAttributes
A ContextAttributes kolekce.

Implementuje

_DTE.ContextAttributes

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DTE2 Rozhraní

ContextAttributes – přetížení

EnvDTE80 – obor názvů

Další zdroje

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