Reference3::Isolated Property
Visual Studio 2015
Gets or sets whether the COM reference is isolated, that is, not registered with Windows.
Assembly: VSLangProj80 (in VSLangProj80.dll)
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.
Show: