IHtmlCopyOptions.BeforeCodeSnippet 属性
适用于版本2
获取要在标记前插入的 HTML 代码段(对于默认值生成 Null)。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
ReadOnly Property BeforeCodeSnippet As String
Get
用法
Dim instance As IHtmlCopyOptions
Dim value As String
value = instance.BeforeCodeSnippet
string BeforeCodeSnippet { get; }
property String^ BeforeCodeSnippet {
String^ get ();
}
abstract BeforeCodeSnippet : string
function get BeforeCodeSnippet () : String
属性值
类型:System.String
要在标记前插入的 HTML 代码段(对于默认值生成 Null)。