ExtendedProperty.CreationName 属性

定义

返回运行时引擎用于创建 ExtendedProperty 对象实例和将该对象添加到 ExtendedProperties 集合的字符串。 此属性为只读。

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

属性值

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

实现

适用于