IVsTextEditorPropertyContainer.RemoveProperty(VSEDITPROPID) Método

Definição

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

Int32

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  
);  

Aplica-se a