Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DataPackageView.Contains(String) 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.

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


Feedback

Was this page helpful?