Share via


UIDataSourceDynamicCollection.Close Method

This member overrides UIDataSourceCollection.Close().

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Overrides Function Close As Integer
‘사용 방법
Dim instance As UIDataSourceDynamicCollection
Dim returnValue As Integer

returnValue = instance.Close()
public override int Close()
public:
virtual int Close() override
abstract Close : unit -> int 
override Close : unit -> int 
public override function Close() : int

Return Value

Type: System.Int32

Implements

IVsUIDynamicCollection.Close()
IVsUICollection.Close()
IVsUISimpleDataSource.Close()
IVsUICollection.Close()
IVsUISimpleDataSource.Close()
IVsUISimpleDataSource.Close()

.NET Framework Security

See Also

Reference

UIDataSourceDynamicCollection Class

UIDataSourceDynamicCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace