DTEClass.Properties[String, String] Property

Definition

For more information on this property, refer to Properties[String, String].

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property EnvDTE::Properties ^ Properties[System::String ^, System::String ^] { EnvDTE::Properties ^ get(System::String ^ Category, System::String ^ Page); };
[System.Runtime.InteropServices.DispId(212)]
public virtual EnvDTE.Properties Properties[string Category, string Page] { [System.Runtime.InteropServices.DispId(212)] get; }
[<System.Runtime.InteropServices.DispId(212)>]
[<get: System.Runtime.InteropServices.DispId(212)>]
member this.Properties(string * string) : EnvDTE.Properties
Public Overridable ReadOnly Property Properties(Category As String, Page As String) As Properties

Parameters

Category
String

The category.

Page
String

The property page.

Property Value

The properties.

Implements

Attributes

Applies to