共用方式為


DeferCreationAttribute.OptionName 屬性

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)

語法

'宣告
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)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

DeferCreationAttribute 類別

Microsoft.VisualStudio.Text.Editor 命名空間