Sdílet prostřednictvím


DirectiveProcessorAttribute.ProcessorName – vlastnost

Název veřejné procesoru.

Obor názvů:  Microsoft.VisualStudio.TextTemplating
Sestavení:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Vrátí String.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DirectiveProcessorAttribute Třída

Microsoft.VisualStudio.TextTemplating – obor názvů