VCProjectReference.StrongName Property

Gets a value indicating whether or not the selected reference has a strong name.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property StrongName As Boolean
用法
Dim instance As VCProjectReference
Dim value As Boolean

value = instance.StrongName
bool StrongName { get; }
property bool StrongName {
    bool get ();
}
function get StrongName () : boolean

Property Value

Type: System.Boolean

true if the reference has a strong name; otherwise, false.

Implements

VCReference.StrongName

Permissions

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace