VirtualTypeBuilder.PropertyInfoCollection.Remove Method

Removes the first occurrence of a specific PropertyInfo from the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Sub Remove ( _
    value As PropertyInfo _
)
'使用
Dim instance As VirtualTypeBuilder..::.PropertyInfoCollection
Dim value As PropertyInfo

instance.Remove(value)
public void Remove(
    PropertyInfo value
)
public:
void Remove(
    PropertyInfo^ value
)
public function Remove(
    value : PropertyInfo
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

VirtualTypeBuilder.PropertyInfoCollection Class

VirtualTypeBuilder.PropertyInfoCollection Members

Microsoft.VisualStudio.Shell.Design Namespace