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
idProp
Typ: Microsoft.VisualStudio.TextManager.Interop.VSEDITPROPID[in] So entfernenden Eigenschaft.
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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.