ManifestResourceInfo.FileName 属性

定义

获取包含清单资源的文件名(如果该文件与清单文件不同)。

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

属性值

清单资源的文件名。

适用于