通过


DkmScriptBlockMappingInfo Class

Definition

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

Name Description
CodeText

Text of the code in the script block.

TextSpan

The text span of this script block.

Methods

Name Description
Create(String, DkmTextSpan)

Create a new DkmScriptBlockMappingInfo object instance.

Applies to