IVsWindowView::GetGuidProperty Method (Int32, Guid)

 

Retrieves the value of a GUID property.

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

int GetGuidProperty(
	int propid,
	[OutAttribute] Guid% pguid
)

Parameters

propid
Type: System::Int32

[in] Integer. The property to retrieve. A value from the __VSVPROPID enumeration.

pguid
Type: System::Guid

[out] Pointer to the GUID that is the value of the property.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsWindowView::GetGuidProperty(
   [in] VSVPROPID propid, 
   [out] GUID *pguid
);
Return to top
Show: