Reference3::Isolated Property

 

Gets or sets whether the COM reference is isolated, that is, not registered with Windows.

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

property bool Isolated {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A boolean value indicating whether the reference is isolated.

This example adds a COM reference to an open Visual Basic or Visual C# project and displays its Isolated property. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.

The default paths for the reference added (spcommon.dll) is: <installation root>\Program Files\Common Files\SpeechEngines\Microsoft. Replace <file path> in the example with this or another appropriate file path.

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