Reference3::Name Property

 

Gets the name of the object.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The returned string 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.

This 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.

This example displays the name of the first reference in an open Visual Basic or Visual C# project. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.

No code example is currently available or this language may not be supported.
Return to top
Show: