Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function OnClose ( _
ByRef saveOptions As UInteger _
) As Integer
public int OnClose(
ref uint saveOptions
)
public:
virtual int OnClose(
unsigned int% saveOptions
) sealed
abstract OnClose :
saveOptions:uint32 byref -> int
override OnClose :
saveOptions:uint32 byref -> int
public final function OnClose(
saveOptions : uint
) : int
Parameters
- saveOptions
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsWindowFrameNotify2.OnClose(UInt32%)
.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.