ITextTemplatingComponents.Host Property

Get the singleton Vs Host

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)

Syntax

'Declaration
ReadOnly Property Host As ITextTemplatingEngineHost
ITextTemplatingEngineHost Host { get; }
property ITextTemplatingEngineHost^ Host {
    ITextTemplatingEngineHost^ get ();
}
abstract Host : ITextTemplatingEngineHost with get
function get Host () : ITextTemplatingEngineHost

Property Value

Type: Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost

.NET Framework Security

See Also

Reference

ITextTemplatingComponents Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace