CommandBarsClass::TmcGetName Property (Int32, String^)

 

Gets the name. This method has been deprecated.

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

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

Parameters

tmc
Type: System::Int32

Reserved. Set to 0.

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 property should throw a DeprecatedException.

Return to top
Show: