Partilhar via


Método IVsTextMacroHelper.RecordInsertFile

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function RecordInsertFile ( _
    pwszName As String _
) As Integer
int RecordInsertFile(
    string pwszName
)
int RecordInsertFile(
    String^ pwszName
)
abstract RecordInsertFile : 
        pwszName:string -> int
function RecordInsertFile(
    pwszName : String
) : int

Parâmetros

  • pwszName
    Tipo: String

     

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextMacroHelper::RecordInsertFile(LPCOLESTR pwszName);

Segurança do .NET Framework

Consulte também

Referência

IVsTextMacroHelper Interface

Namespace Microsoft.VisualStudio.TextManager.Interop