Sdílet prostřednictvím


_DTE.ContextAttributes – vlastnost

Získává ContextAttributes kolekce, která umožňuje klientům automatizace a přidat nové atributy na aktuální vybrané položky v okně Nápověda dynamické poskytující kontextovou nápovědu pro další atributy.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.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.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

_DTE Rozhraní

EnvDTE – obor názvů

Další zdroje

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