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