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
'Usage
Dim instance As DTEClass 
Dim Category As String 
Dim Page As String 
Dim value As Properties 

value = instance.Properties(Category, _
    Page)
public virtual Properties this[
    string Category,
    string Page
] { get; }
public:
virtual property Properties^ Properties[String^ Category, String^ Page] {
    Properties^ get (String^ Category, String^ Page);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: EnvDTE.Properties

Implements

_DTE.Properties[String, String]

.NET Framework Security

See Also

Reference

DTEClass Class

DTEClass Members

EnvDTE Namespace