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