Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.DataConnectionDDEX 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.