共用方式為


DialogBase.CreateParams 屬性

 

發佈時間: 2016年4月

命名空間:   Microsoft.VisualStudio.Modeling.Integration.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll 中)

語法

protected override CreateParams CreateParams {
    [SecurityPermissionAttribute(SecurityAction.InheritanceDemand, 
        Flags = SecurityPermissionFlag.UnmanagedCode)]
    get;
}
protected:
property CreateParams^ CreateParams {
    [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
        Flags = SecurityPermissionFlag::UnmanagedCode)]
    virtual CreateParams^ get() override;
}
override CreateParams : CreateParams with get
Protected Overrides ReadOnly Property CreateParams As CreateParams

屬性值

Type: System.Windows.Forms.CreateParams

請參閱

DialogBase 類別
Microsoft.VisualStudio.Modeling.Integration.Shell 命名空間

回到頁首