VCProjectReference.StrongName 属性

定义

获取一个值,该值指示所选引用是否具有强名称。

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

属性值

Boolean

如果该引用有一个强名称,则为 true,否则为 false

实现

属性

适用于