DirectiveProcessorAttribute.ProcessorName Property

The public name of the processor.

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

Syntax

'Declaration
Public Property ProcessorName As String
public string ProcessorName { get; private set; }
public:
property String^ ProcessorName {
    String^ get ();
    private: void set (String^ value);
}
member ProcessorName : string with get, private set
function get ProcessorName () : String 
private function set ProcessorName (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

DirectiveProcessorAttribute Class

Microsoft.VisualStudio.TextTemplating Namespace