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

Property Value

Type: EnvDTE.Properties
The properties.

Implements

_DTE.Properties

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace