ChildElementInfoAttribute クラス

定義

注意事項

This attribute is no longer used and will be removed in a later release

可能な子要素の型のクラスを装飾するために使用される属性を定義します。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ChildElementInfoAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("This attribute is no longer used and will be removed in a later release")]
public sealed class ChildElementInfoAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ChildElementInfoAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used and will be removed in a later release")>]
type ChildElementInfoAttribute = class
    inherit Attribute
Public NotInheritable Class ChildElementInfoAttribute
Inherits Attribute
継承
ChildElementInfoAttribute
属性

コンストラクター

ChildElementInfoAttribute(Type)
古い.

ChildElementTypeAttribute の新しいインスタンスを初期化します。

ChildElementInfoAttribute(Type, FileFormatVersions)
古い.

ChildElementTypeAttribute の新しいインスタンスを初期化します。

プロパティ

AvailableInVersion
古い.

子要素が使用可能な Office バージョンを取得します。

ElementType
古い.

可能な子要素の型を取得します。

適用対象