ProvideProfileAttribute::AlternateParent Property

 

Gets or sets the name of a different category in the profile.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ AlternateParent {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of a different category in the profile.

This property allows the data to be parented under a different category in the profile.

Return to top
Show: