IHtmlCopyOptions.AfterCodeSnippet Property
Applies to v2.
Gets the HTML snippet to be inserted after the markup generated Null for default value.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property AfterCodeSnippet As String
Get
'Usage
Dim instance As IHtmlCopyOptions
Dim value As String
value = instance.AfterCodeSnippet
string AfterCodeSnippet { get; }
property String^ AfterCodeSnippet {
String^ get ();
}
abstract AfterCodeSnippet : string
function get AfterCodeSnippet () : String
Property Value
Type: System.String
The HTML snippet to be inserted after the markup generated Null.