CommandBarsClass.TmcGetName Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TmcGetName ( _
tmc As Integer, _
<OutAttribute> ByRef pbstrName As String _
) As Integer
Get
'Usage
Dim instance As CommandBarsClass
Dim tmc As Integer
Dim pbstrName As String
Dim value As Integer
value = instance.TmcGetName(tmc, pbstrName)
public virtual int this[
int tmc,
out string pbstrName
] { get; }
Parameters
- tmc
Type: System.Int32
- pbstrName
Type: System.String
Property Value
Type: System.Int32
Implements
_CommandBars.TmcGetName[Int32, String]