IVsTextEditorPropertyContainer.RemoveProperty(VSEDITPROPID) Yöntem

Tanım

Metin Düzenleyicisi için bir özelliği kaldırır.

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

Parametreler

idProp
VSEDITPROPID

'ndaki Kaldırılacak özellik.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

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

Şunlara uygulanır