Share via


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

Property Value

Type: EnvDTE.Properties
The properties.

Implements

_DTE.Properties[String, String]

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace