DTE.Properties[String, String] Property

Definition

public:
 property EnvDTE::Properties ^ Properties[System::String ^, System::String ^] { EnvDTE::Properties ^ get(System::String ^ Category, System::String ^ Page); };
[System.Runtime.InteropServices.DispId(212)]
public 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 ReadOnly Property Properties(Category As String, Page As String) As Properties

Parameters

Category
String
Page
String

Property Value

Attributes

Applies to