Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes a data connection from the DDEX data connection collection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Function Remove ( _
item As DataConnection _
) As Boolean Implements ICollection(Of DataConnection).Remove
bool ICollection<DataConnection>.Remove(
DataConnection item
)
private:
virtual bool Remove(
DataConnection^ item
) sealed = ICollection<DataConnection^>::Remove
private abstract Remove :
item:DataConnection -> bool
private override Remove :
item:DataConnection -> bool
JScript does not support explicit interface implementations.
Parameters
- item
Type: Microsoft.VisualStudio.Data.DataConnection
DDEX data connection
Return Value
Type: System.Boolean
Returns true if the data connection was found and successfully removed; otherwise returns false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.