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