IActiveScriptDebug32.GetScriptTextAttributes 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 GetScriptTextAttributes(cli::array <System::String ^> ^ pstrCode, System::UInt32 uNumCodeChars, System::String ^ pstrDelimiter, System::UInt32 dwFlags, cli::array <System::UInt16> ^ pattr);
public int GetScriptTextAttributes (string[] pstrCode, uint uNumCodeChars, string pstrDelimiter, uint dwFlags, ushort[] pattr);
abstract member GetScriptTextAttributes : string[] * uint32 * string * uint32 * uint16[] -> int
Public Function GetScriptTextAttributes (pstrCode As String(), uNumCodeChars As UInteger, pstrDelimiter As String, dwFlags As UInteger, pattr As UShort()) As Integer
Parameters
- pstrCode
- String[]
- uNumCodeChars
- UInt32
- pstrDelimiter
- String
- dwFlags
- UInt32
- pattr
- UInt16[]