CommandBarsClass.TmcGetName Property
Gets the name. This method has been deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TmcGetName ( _
tmc As Integer, _
<OutAttribute> ByRef pbstrName As String _
) As Integer
public virtual int this[
int tmc,
out string pbstrName
] { get; }
public:
virtual property int TmcGetName[[InAttribute] int tmc, [OutAttribute] String^% pbstrName] {
int get ([InAttribute] int tmc, [OutAttribute] String^% pbstrName);
}
abstract TmcGetName : int
override TmcGetName : int
JScript does not support indexed properties.
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.
Implements
_CommandBars.TmcGetName[Int32, String%]
Remarks
Notes to Inheritors
This property should throw a DeprecatedException.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.