IVsIntellisenseProjectHost::GetHostProperty Method (UInt32, Object^)
Visual Studio 2015
Retrieves the string value of a host property.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- dwPropID
-
Type:
System::UInt32
[in] A value from the HOSTPROPID enumeration such as HOSTPROPID_PROJECTNAME.
- pvar
-
Type:
System::Object^
[out] Pointer to a variant containing the property value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: