Visual Basic (Declaration) | |
---|---|
<__DynamicallyInvokableAttribute()> Public Function Remove( _ ByVal item As ISNet.WebUI.INamedObject2 _ ) As System.Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebSchedulerResourceCollection Dim item As ISNet.WebUI.INamedObject2 Dim value As System.Boolean value = instance.Remove(item) |
C# | |
---|---|
[__DynamicallyInvokableAttribute()] public System.bool Remove( ISNet.WebUI.INamedObject2 item ) |
Delphi | |
---|---|
public function Remove( item: ISNet.WebUI.INamedObject2 ): System.Boolean; |
JScript | |
---|---|
__DynamicallyInvokableAttribute() public function Remove( item : ISNet.WebUI.INamedObject2 ) : System.boolean; |
Managed Extensions for C++ | |
---|---|
[__DynamicallyInvokableAttribute()] public: System.bool Remove( ISNet.WebUI.INamedObject2* item ) |
C++/CLI | |
---|---|
[__DynamicallyInvokableAttribute()] public: System.bool Remove( ISNet.WebUI.INamedObject2^ item ) |
Parameters
- item
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2