Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Override to load the previously saved state of the pane.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Function LoadUIState ( _
stateStream As Stream _
) As Integer
public virtual int LoadUIState(
Stream stateStream
)
public:
virtual int LoadUIState(
Stream^ stateStream
)
abstract LoadUIState :
stateStream:Stream -> int
override LoadUIState :
stateStream:Stream -> int
public function LoadUIState(
stateStream : Stream
) : int
Parameters
stateStream
Type: System.IO.StreamThe stream from which to load the state.
Return Value
Type: System.Int32
By default this method returns E_NOTIMPL.
.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.