Partager via


DeferCreationAttribute.OptionName Property

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

Syntax

'Déclaration
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DeferCreationAttribute Class

Microsoft.VisualStudio.Text.Editor Namespace