BaseHierarchyNode.OnClose Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
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.