_CommandBars::IdsString Property (Int32, String^)

 

This property is deprecated.

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

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

Parameters

ids
Type: System::Int32

The IDs.

pbstrName
Type: System::String^

The name.

Property Value

Type: System::Int32

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

This method throws an exception when called.

Return to top
Show: