DialogBase.CreateParams Property
This member overrides Form.CreateParams.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CreateParams As CreateParams
protected override CreateParams CreateParams { get; }
protected:
virtual property CreateParams^ CreateParams {
CreateParams^ get () override;
}
abstract CreateParams : CreateParams with get
override CreateParams : CreateParams with get
override function get CreateParams () : CreateParams
Property Value
Type: CreateParams
.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.