IFuncInfo.Name 属性

获取或设置对象的名称。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

属性值

类型:String
IFuncInfo 对象的名称。

.NET Framework 安全性

请参阅

参考

IFuncInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例