IDebugDocumentHelper32.SetTextAttributes(UInt32, UInt32, UInt16[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int SetTextAttributes(System::UInt32 ulCharOffset, System::UInt32 cChars, cli::array <System::UInt16> ^ pstaTextAttr);
public int SetTextAttributes(uint ulCharOffset, uint cChars, ushort[] pstaTextAttr);
abstract member SetTextAttributes : uint32 * uint32 * uint16[] -> int
Public Function SetTextAttributes (ulCharOffset As UInteger, cChars As UInteger, pstaTextAttr As UShort()) As Integer
Parameters
- ulCharOffset
- UInt32
- cChars
- UInt32
- pstaTextAttr
- UInt16[]