CommandBarsClass::IdsString Property (Int32, String^)

 

Get the IDs string. This property is deprecated.

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

public:
[DispIdAttribute(1610809361)]
property int default[
	int ids,
	[OutAttribute] String^% pbstrName
] {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(1610809361)]
	virtual int get(int ids, [OutAttribute] String^% pbstrName);
}

Parameters

ids
Type: System::Int32

The IDs.

pbstrName
Type: System::String^

[out] The name.

Property Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Notes to Inheritors:

This method should throw a DeprecatedException.

Return to top
Show: