Méthode | Description | |
---|---|---|
Contains ( string formatId ) : bool |
Checks to see if the DataPackageView contains a specific data format.
|
|
GetApplicationLinkAsync ( ) : Task |
Gets the application link in the DataPackageView object.
|
|
GetDataAsync ( string formatId ) : Task |
Gets the data contained in the DataPackageView.
|
|
GetTextAsync ( ) : Task |
Gets the text in the DataPackageView object.
|
|
GetWebLinkAsync ( ) : Task |
Gets the web link in the DataPackageView object.
|
Méthode | Description | |
---|---|---|
DataPackageView ( |
||
GetUri ( string format ) : |
public Contains ( string formatId ) : bool | ||
formatId | string | The name of the format. |
Résultat | bool |
public GetDataAsync ( string formatId ) : Task | ||
formatId | string | The format of the data. |
Résultat | Task |