AxHost.TypeLibraryTimeStampAttribute(String) 构造函数

定义

初始化 AxHost.TypeLibraryTimeStampAttribute 类的新实例。

public:
 TypeLibraryTimeStampAttribute(System::String ^ timestamp);
public TypeLibraryTimeStampAttribute (string timestamp);
new System.Windows.Forms.AxHost.TypeLibraryTimeStampAttribute : string -> System.Windows.Forms.AxHost.TypeLibraryTimeStampAttribute
Public Sub New (timestamp As String)

参数

timestamp
String

一个 DateTime 值,表示与该类型库关联的日期和时间。

适用于