Share via


DTEClass.Properties 属性

此 API 支持 .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 命名空间