'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function Attributes( _ ByVal view As View(Of XElement) _ ) As View(Of XAttribute)
[System.Runtime.CompilerServices.Extension()] public static View<XAttribute> Attributes( View<XElement> view )
パラメータ
- view
- ソースビュー。
戻り値の型
ソースビュー内のすべての要素の属性を含むビュー。