IMultipleViewProvider.SetCurrentView(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the current control-specific view.
public:
void SetCurrentView(int viewId);
void SetCurrentView(int const& viewId);
public void SetCurrentView(int viewId);
function setCurrentView(viewId)
Public Sub SetCurrentView (viewId As Integer)
Parameters
- viewId
-
Int32
int
A view identifier.