DTE2.Properties Property (String, String)
Visual Studio 2015
Gets a Properties collection representing all available categories and subcategories contained in the Options dialog box on the Tools menu.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- Category
-
Type:
System.String
Required. The name of the property category, such as General or Text Editor.
- Page
-
Type:
System.String
Optional. The name of the property page within the given Category, such as Keyboard.
Property Value
Type: EnvDTE.PropertiesA Properties collection containing all available categories and subcategories in the IDE.
Implements
_DTE.Properties(String, String)The environment-level properties are organized in categories. Within each category, there is a Properties collection for each package or service that contributes to the environment.
If the specified properties collection is not available, Properties returns NULL.
Show: