IVsUserContextItemProvider.GetProperty Method (Int32, Object)

 

Gets the specified project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetProperty(
	int property,
	out object pvar
)

Parameters

Property

[in] The property.

Pvar

[out] The value.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From context.idl:

HRESULT IVsUserContextItemProvider::GetProperty(
   [in] VSCIPPROPID property, 
   [out, retval] VARIANT * pvar
);
Return to top
Show: