IVsTextEditorPropertyContainer.RemoveProperty(VSEDITPROPID) Methode

Definition

Entfernt eine Eigenschaft für einen Text-Editor.

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

Parameter

idProp
VSEDITPROPID

[in] Zu entfernende Eigenschaft.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus textmgr. idl:

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

Gilt für