ProvideAppCommandLineAttribute::HelpString Property

 

Gets a help string to show for the command. The value of this property can be a resource ID.

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

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

Property Value

Type: System::String^

A help string to show for the command. The value of this property can be a resource ID.

Return to top
Show: