CommandBarsClass.TmcGetName[Int32, String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o nome. Esse método foi substituído.
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
Parâmetros
- tmc
- Int32
Reservado. Defina como 0.
- pbstrName
- String
fora O nome.
Valor da propriedade
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Implementações
- Atributos
Notas aos Herdeiros
Essa propriedade deve gerar um DeprecatedException.