CommandBarsClass.TmcGetName[Int32, String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name. This method has been deprecated.
public:
virtual property int TmcGetName[int, System::String ^ %] { int get(int tmc, [Runtime::InteropServices::Out] System::String ^ % pbstrName); };
[System.Runtime.InteropServices.DispId(1610809362)]
public virtual int TmcGetName[int tmc, out string pbstrName] { [System.Runtime.InteropServices.DispId(1610809362)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(1610809362)>]
[<get: System.Runtime.InteropServices.DispId(1610809362)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.TmcGetName(int * string) : int
Public Overridable ReadOnly Property TmcGetName(tmc As Integer, ByRef pbstrName As String) As Integer
Parameters
- tmc
- Int32
Reserved. Set to 0.
- pbstrName
- String
[out] The name.
Property Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
- Attributes
Notes to Inheritors
This property should throw a DeprecatedException.