IHtmlCopyOptions.BeforeCodeSnippet プロパティ
v2 に適用されます。
生成されたマークアップの前に挿入される 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 スニペット。