DocData.Dispose Method

Disposes the DocData.

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

Syntax

‘선언
Public Sub Dispose
‘사용 방법
Dim instance As DocData

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
public final function Dispose()

Implements

IDisposable.Dispose()

Remarks

You must call this in order to release event sinks that the DocData has connected.

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Dispose Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace