CommandBarComboBoxClass::Parameter Property

 

Gets or sets the parameter that is used with the command.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610874909)]
property String^ Parameter {
	[DispIdAttribute(1610874909)]
	virtual String^ get();
	[DispIdAttribute(1610874909)]
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The parameter, or the empty string if there is none.

Return to top
Show: