IFillLockBytes Interface

Enables asynchronous writing to a structured storage byte array. For more information, see IFillLockBytes and How Asynchronous Binding and Storage Work.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")> _
<InterfaceTypeAttribute()> _
Public Interface IFillLockBytes
‘사용 방법
Dim instance As IFillLockBytes
[GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")]
[InterfaceTypeAttribute()]
public interface IFillLockBytes
[GuidAttribute(L"99CAF010-415E-11CF-8814-00AA00B569F5")]
[InterfaceTypeAttribute()]
public interface class IFillLockBytes
[<GuidAttribute("99CAF010-415E-11CF-8814-00AA00B569F5")>]
[<InterfaceTypeAttribute()>]
type IFillLockBytes =  interface end
public interface IFillLockBytes

See Also

Reference

IFillLockBytes Members

Microsoft.VisualStudio.OLE.Interop Namespace