Partager via


IOleDocumentView.ApplyViewState Method

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

Syntax

'Déclaration
Sub ApplyViewState ( _
    pstm As IStream _
)
'Utilisation
Dim instance As IOleDocumentView
Dim pstm As IStream

instance.ApplyViewState(pstm)
void ApplyViewState(
    IStream pstm
)
void ApplyViewState(
    [InAttribute] IStream^ pstm
)
abstract ApplyViewState : 
        pstm:IStream -> unit 
function ApplyViewState(
    pstm : IStream
)

Parameters

Remarks

For information on the COM interface, see IOleDocumentView::ApplyViewState

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace