DTE.Properties[String, String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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