Compartilhar via


Propriedade DeferCreationAttribute.OptionName

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

DeferCreationAttribute Classe

Namespace Microsoft.VisualStudio.Text.Editor