DTEClass.Properties Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information on this property, refer to Properties.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
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 does not support indexed properties.
Parameters
Category
Type: System.StringThe category.
Page
Type: System.StringThe property page.
Property Value
Type: EnvDTE.Properties
The properties.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.