DataPackageView.Contains(String) Method

Definition

Checks to see if the DataPackageView contains a specific data format.

public:
 virtual bool Contains(Platform::String ^ formatId) = Contains;
bool Contains(winrt::hstring const& formatId);
public bool Contains(string formatId);
function contains(formatId)
Public Function Contains (formatId As String) As Boolean

Parameters

formatId
String

Platform::String

winrt::hstring

The name of the format.

Returns

Boolean

bool

True if the DataPackageView contains the format; false otherwise.

Applies to