IVsTextEditorPropertyContainer.RemoveProperty(VSEDITPROPID) Método
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.
Remove uma propriedade de um editor de texto.
public:
int RemoveProperty(Microsoft::VisualStudio::TextManager::Interop::VSEDITPROPID idProp);
public:
int RemoveProperty(Microsoft::VisualStudio::TextManager::Interop::VSEDITPROPID idProp);
int RemoveProperty(Microsoft::VisualStudio::TextManager::Interop::VSEDITPROPID idProp);
public int RemoveProperty (Microsoft.VisualStudio.TextManager.Interop.VSEDITPROPID idProp);
abstract member RemoveProperty : Microsoft.VisualStudio.TextManager.Interop.VSEDITPROPID -> int
Public Function RemoveProperty (idProp As VSEDITPROPID) As Integer
Parâmetros
- idProp
- VSEDITPROPID
no Propriedade a ser removida.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De textmgr. idl:
HRESULT IVsTextEditorPropertyContainer::RemoveProperty(
[in] VSEDITPROPID idProp
);