Share via


IPackage.PartExists(Uri) メソッド

定義

指定された URI を持つパーツがパッケージ内にあるかどうかを示します

public bool PartExists (Uri partUri);
abstract member PartExists : Uri -> bool
Public Function PartExists (partUri As Uri) As Boolean

パラメーター

partUri
Uri

パーツの URI。

戻り値

指定した partUri を持つパーツがパッケージに存在する場合は true、それ以外の場合は false。

適用対象