AddIn::Description Property

 

Gets or sets a string that represents the description for the AddIn object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that represents the description for the AddIn object.

Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.

Return to top
Show: