Aracılığıyla paylaş


DocData.IVsDocumentLockHolder.CloseDocumentHolder Method

Close the document based on a user request.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Bildirim
Private Function CloseDocumentHolder ( _
    saveOptions As UInteger _
) As Integer Implements IVsDocumentLockHolder.CloseDocumentHolder
int IVsDocumentLockHolder.CloseDocumentHolder(
    uint saveOptions
)

Parameters

Return Value

Type: System.Int32
S_OK .

Implements

IVsDocumentLockHolder.CloseDocumentHolder(UInt32)

Remarks

After successfully closing the window frame, the owner of the frame should dispose this DocData and set it to nulla null reference (Nothing in Visual Basic), thus releasing the document lock holder as well as the lock. If DocData is not nulla null reference (Nothing in Visual Basic), dispose it in your implementation of this method.

.NET Framework Security

See Also

Reference

DocData Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace

ShowDocumentHolder