VCReference.AssemblyName Property

Gets the assembly name for this project.

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

Syntax

声明
ReadOnly Property AssemblyName As String
用法
Dim instance As VCReference
Dim value As String

value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
    String^ get ();
}
function get AssemblyName () : String

Property Value

Type: System.String

String containing the project's assembly name.

Permissions

See Also

Reference

VCReference Interface

VCReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace