IVsItemTypeResolutionService.InitializeReferences(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the list of assembly references using the ReferencedAssemblies property of the CompilerParameters object.
public:
int InitializeReferences(System::Object ^ punkCompilerParameters);
public:
int InitializeReferences(Platform::Object ^ punkCompilerParameters);
int InitializeReferences(winrt::Windows::Foundation::IInspectable const & punkCompilerParameters);
public int InitializeReferences (object punkCompilerParameters);
abstract member InitializeReferences : obj -> int
Public Function InitializeReferences (punkCompilerParameters As Object) As Integer
Parameters
- punkCompilerParameters
- Object
[In] Pointer to a CompilerParameters object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.