EnumBuilder.FullName プロパティ

定義

この列挙型の完全なパスを返します。

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

プロパティ値

読み取り専用です。 この列挙型の完全なパス。

注釈

返される形式は、入れ子になった型の場合は "enclosingTypeFullName+ nestedTypeName" で、入れ子になっていない型の場合は "typeName" です。

適用対象