Sdílet prostřednictvím


DTEClass.Properties – vlastnost

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Další informace o této vlastnosti naleznete v Properties.

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

Syntaxe

'Deklarace
Public Overridable ReadOnly Property Properties ( _
    Category As String, _
    Page As String _
) As Properties
public virtual Properties this[
    string Category,
    string Page
] { get; }
public:
virtual property Properties^ Properties[String^ Category, String^ Page] {
    Properties^ get (String^ Category, String^ Page);
}
abstract Properties : 
        Category:string * 
        Page:string -> Properties with get 
override Properties : 
        Category:string * 
        Page:string -> Properties with get
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

  • Category
    Typ: String

    Kategorie.

  • Page
    Typ: String

    Stránka vlastností.

Hodnota vlastnosti

Typ: EnvDTE.Properties
Vlastnosti.

Implementuje

_DTE.Properties

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DTEClass Třída

EnvDTE – obor názvů