IDirectiveProcessorMetadata.ProcessorName Property

Public name of the processor. Used to resolve the processor for a simple host.

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

Syntax

'Declaration
ReadOnly Property ProcessorName As String
string ProcessorName { get; }
property String^ ProcessorName {
    String^ get ();
}
abstract ProcessorName : string with get
function get ProcessorName () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

IDirectiveProcessorMetadata Interface

Microsoft.VisualStudio.TextTemplating Namespace