Share via


DeferCreationAttribute.OptionName Property

Gets the optional OptionName that controls creation.

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

Syntax

'Declaration
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: String
The optional OptionName that controls creation.

.NET Framework Security

See Also

Reference

DeferCreationAttribute Class

Microsoft.VisualStudio.Text.Editor Namespace