Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
OnLoad handler
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected override void OnLoad(
EventArgs e
)
protected:
virtual void OnLoad(
EventArgs^ e
) override
override OnLoad :
e:EventArgs -> unit
Protected Overrides Sub OnLoad (
e As EventArgs
)
Parameters
e
Type: System.EventArgsevent arguments
Return Value
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top