IVsPerPropertyBrowsing::HideProperty Method (Int32, Int32)
Visual Studio 2015
Hides the property at the given dispid from the Properties window.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dispid
-
Type:
System::Int32
Specifies the dispatch ID.
- pfHide
-
Type:
System::Int32
[out] Pointer to a flag indicating hide.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: