Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.