'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedElement( _ ByVal container As System.Xml.Linq.XContainer, _ ByVal name As System.Xml.Linq.XName, _ ByVal action As IndexingHintAction _ ) As XHint
[System.Runtime.CompilerServices.Extension()] public static XHint IndexedElement( System.Xml.Linq.XContainer container, System.Xml.Linq.XName name, IndexingHintAction action )
パラメータ
- container
- 要素を含む要素またはドキュメント。
- name
- 取得する要素の名前。
- action
- ヒントによって指定されるアクション。
戻り値の型
指定された名前を持つ要素。