PreApplicationStartMethodAttribute.MethodName 属性

定义

获取关联的启动方法。Gets the associated startup method.

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

属性值

String

一个字符串,其中包含关联启动方法的名称。A string that contains the name of the associated startup method.

适用于