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 : Properties
override Properties : Properties
JScript does not support indexed properties.
Parameters
- Category
Type: System.String
The category.
- Page
Type: System.String
The property page.
Property Value
Type: EnvDTE.Properties
The properties.
Implements
_DTE.Properties[String, String]
.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.