ForLoopClass.CreationName 属性

定义

返回运行时用于创建对象实例的名称,如果存在该对象的集合,则将该对象添加到集合。 此属性为只读。

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

属性值

一个包含名称的字符串。 此名称可能是托管程序集的完全限定程序集名称,也可能是 COM DLL 的 PROGID 或 CLSID。

实现

适用于