UISimpleDataSource.Close Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public MustOverride Function Close As Integer
'Utilisation
Dim instance As UISimpleDataSource
Dim returnValue As Integer
returnValue = instance.Close()
public abstract int Close()
public:
virtual int Close() abstract
abstract Close : unit -> int
public abstract function Close() : int
Return Value
Type: System.Int32
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.