Freigeben über


IVsTextEditorPropertyContainer.RemoveProperty-Methode

Entfernt eine Eigenschaft für einen Texteditor.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function RemoveProperty ( _
    idProp As VSEDITPROPID _
) As Integer
int RemoveProperty(
    VSEDITPROPID idProp
)
int RemoveProperty(
    [InAttribute] VSEDITPROPID idProp
)
abstract RemoveProperty : 
        idProp:VSEDITPROPID -> int
function RemoveProperty(
    idProp : VSEDITPROPID
) : int

Parameter

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditorPropertyContainer Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace