Reference3::Resolved Property

 

Gets whether the current reference was resolved.

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

property bool Resolved {
	bool get();
}

Property Value

Type: System::Boolean

true if the reference was resolved, otherwise false.

For more information on resolving reference see Add.

This example iterates through the references in an open Visual Basic or Visual C# project. It then determines whether they are resolved or not. 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: