IVsExtensibility.GetSuppressUI Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub GetSuppressUI ( _
    ByRef pOut As Boolean _
)
void GetSuppressUI(
    ref bool pOut
)
void GetSuppressUI(
    bool% pOut
)
abstract GetSuppressUI : 
        pOut:bool byref -> unit 
function GetSuppressUI(
    pOut : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IVsExtensibility Interface

EnvDTE Namespace