'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedAttribute( _ ByVal attribute As System.Xml.Linq.XAttribute, _ ByVal action As IndexingHintAction _ ) As XHint
[System.Runtime.CompilerServices.Extension()] public static XHint IndexedAttribute( System.Xml.Linq.XAttribute attribute, IndexingHintAction action )
パラメータ
- attribute
- ヒントの適用先の属性。
- action
- ヒントによって指定されるアクション。
戻り値の型
最終的に、ヒントはパラメータで受け取る値と同じ値を返します。実際には実行されることはなく、 役割は単なる宣言です。