ContentLocator.StartsWith(ContentLocator) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ContentLocatorPart の ContentLocator 要素の開始シーケンスが、この ContentLocator の要素と同じであるかどうかを示す値を返します。
public:
bool StartsWith(System::Windows::Annotations::ContentLocator ^ locator);
public bool StartsWith (System.Windows.Annotations.ContentLocator locator);
member this.StartsWith : System.Windows.Annotations.ContentLocator -> bool
Public Function StartsWith (locator As ContentLocator) As Boolean
パラメーター
- locator
- ContentLocator
この ContentLocator と比較する ContentLocatorPart 要素の一覧を持つ ContentLocator。
戻り値
この ContentLocatorPart 内の ContentLocator 要素の開始シーケンスが指定した locator
の要素と一致する場合は true
。それ以外の場合は false
。
例外
locator
が null
です。
注釈
StartsWithは、true
指定された要素と一致する要素ContentLocatorのContentLocatorPart開始シーケンスを返しますlocator
。
StartsWithは、false
指定されたlocator
要素に異なる要素、異なる順序、またはこれContentLocator以上の要素が含まれているContentLocatorPart場合に返されます。