次の方法で共有


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 _
)
public void Remove(
    PropertyInfo value
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

.NET Framework Security

See Also

Reference

VirtualTypeBuilder.PropertyInfoCollection Class

Microsoft.VisualStudio.Shell.Design Namespace