IMultipleViewProvider.GetViewName(Int32) Method

Definition

Retrieves the name of a control-specific view.

public:
 Platform::String ^ GetViewName(int viewId);
winrt::hstring GetViewName(int const& viewId);
public string GetViewName(int viewId);
function getViewName(viewId)
Public Function GetViewName (viewId As Integer) As String

Parameters

viewId
Int32

int

The view identifier.

Returns

String

Platform::String

winrt::hstring

A localized name for the view.

Applies to