DTEClass::Properties Property (String^, String^)

 

This API supports the product 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)

public:
property Properties^ default[
	String^ Category,
	String^ Page
] {
	virtual Properties^ get(String^ Category, String^ Page);
}

Parameters

Category
Type: System::String^

The category.

Page
Type: System::String^

The property page.

Property Value

Type: EnvDTE::Properties^

The properties.

Return to top
Show: