共用方式為


DTEClass.Properties 屬性

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

如需此屬性的詳細資訊,請參考 Properties

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
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
JScript 不支援索引屬性。

參數

  • Category
    類型:String

    類別。

  • Page
    類型:String

    屬性頁。

屬性值

類型:EnvDTE.Properties
屬性。

實作

_DTE.Properties

.NET Framework 安全性

請參閱

參考

DTEClass 類別

EnvDTE 命名空間