IPublishFile2.IsAssembly 属性

定义

获取一个值,该值指示文件是否为程序集。

public:
 property bool IsAssembly { bool get(); };
public:
 property bool IsAssembly { bool get(); };
[System.Runtime.InteropServices.DispId(2)]
public bool IsAssembly { get; }
[<System.Runtime.InteropServices.DispId(2)>]
member this.IsAssembly : bool
Public ReadOnly Property IsAssembly As Boolean

属性值

Boolean

true 如果文件是程序集,则为; 否则为。否则为 false

实现

属性

适用于