DeferCreationAttribute.OptionName Property
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: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.