Compartilhar via


Método IVsTextEditorPropertyContainer.RemoveProperty

Remove uma propriedade para um editor de texto.

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

Sintaxe

'Declaração
Function RemoveProperty ( _
    idProp As VSEDITPROPID _
) As Integer
int RemoveProperty(
    VSEDITPROPID idProp
)
int RemoveProperty(
    [InAttribute] VSEDITPROPID idProp
)
abstract RemoveProperty : 
        idProp:VSEDITPROPID -> int
function RemoveProperty(
    idProp : VSEDITPROPID
) : int

Parâmetros

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 IVsTextEditorPropertyContainer::RemoveProperty(
   [in] VSEDITPROPID idProp
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditorPropertyContainer Interface

Namespace Microsoft.VisualStudio.TextManager.Interop