TypeDelegator.Name 属性

定义

获取移除了路径的已实现类型的名称。

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

属性值

包含类型的非限定名的 String

注解

包含当前 TypeDelegator 名称的字符串。 仅返回简单名称,而不是完全限定的名称。 若要获取名称和路径,请使用 FullName

适用于