Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the flags to override in the text view’s accessibility state.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Function GetOverrides ( _
<OutAttribute> ByRef pdwMask As UInteger, _
<OutAttribute> ByRef pdwFlags As UInteger _
) As Integer
int GetOverrides(
out uint pdwMask,
out uint pdwFlags
)
int GetOverrides(
[OutAttribute] unsigned int% pdwMask,
[OutAttribute] unsigned int% pdwFlags
)
abstract GetOverrides :
pdwMask:uint32 byref *
pdwFlags:uint32 byref -> int
function GetOverrides(
pdwMask : uint,
pdwFlags : uint
) : int
Parameters
pdwMask
Type: System.UInt32%Mask indicating which bits to change. Bits set in the mask will be the bits changed.
pdwFlags
Type: System.UInt32%The resulting overridden/changed state flags.
Return Value
Type: System.Int32
If the method succeeds, returns S_OK; otherwise, returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.