Reference2::Name Property
Visual Studio 2015
Gets the name of the object. Read-only.
Assembly: VSLangProj2 (in VSLangProj2.dll)
Property Value
Type: System::String^String.
The string returned depends on the reference type.
Reference Type | Value Returned |
|---|---|
Assembly | The assembly name, which is the file name of the reference without the extension. |
COM | The name of the wrapper for the referenced type library, which is the file name without the extension. |
Implements
Reference::NameThis property specifies the .NET Framework name of the referenced assembly, whether the assembly is a .NET Framework assembly or a wrapper for a COM type library.
Show: