GraphPropertyCollection.Remove (Método)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public Function Remove ( _
    item As GraphProperty _
) As Boolean
public bool Remove(
    GraphProperty item
)
public:
virtual bool Remove(
    GraphProperty^ item
) sealed
abstract Remove : 
        item:GraphProperty -> bool 
override Remove : 
        item:GraphProperty -> bool 
public final function Remove(
    item : GraphProperty
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean

Implementaciones

ICollection<T>.Remove(T)

Seguridad de .NET Framework

Vea también

Referencia

GraphPropertyCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)