IVsTextEditorPropertyContainer.RemoveProperty(VSEDITPROPID) Метод

Определение

Удаляет свойство для текстового редактора.

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

Параметры

idProp
VSEDITPROPID

[in] Удаляемое свойство.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из текстмгр. IDL:

HRESULT IVsTextEditorPropertyContainer::RemoveProperty(  
   [in] VSEDITPROPID idProp  
);  

Применяется к