Condividi tramite


Proprietà DeferCreationAttribute.OptionName

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

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

Valore proprietà

Tipo: String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeferCreationAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor