ProvideProjectFactoryAttribute.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项目类型的名称。
public:
property System::String ^ Name { System::String ^ get(); };
public:
property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
属性值
项目节点名称。
注解
此名称将显示在 "新建 项目 " 和 " 添加新项 " 对话框中此类型项目的树节点上。 它优先于 nameResourceID 值。