DkmScriptBlockMappingInfo Class
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.
Provides the content and position of a block of code in a mixed-content document (ex: .aspx file). This can be used to map the block from source to generated document.
public ref class DkmScriptBlockMappingInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmScriptBlockMappingInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmScriptBlockMappingInfo
[System.Runtime.InteropServices.Guid("95e15cff-d9eb-8030-0b43-da52cd1b977b")]
public class DkmScriptBlockMappingInfo
[<System.Runtime.InteropServices.Guid("95e15cff-d9eb-8030-0b43-da52cd1b977b")>]
type DkmScriptBlockMappingInfo = class
Public Class DkmScriptBlockMappingInfo
- Inheritance
-
DkmScriptBlockMappingInfo
- Attributes
Properties
CodeText |
Text of the code in the script block. |
TextSpan |
The text span of this script block. |
Methods
Create(String, DkmTextSpan) |
Create a new DkmScriptBlockMappingInfo object instance. |