SmsSnapInInstaller.Install Method
Installs the snap-in by using the specified state saver.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsSnapInInstaller
Dim stateSaver As IDictionary
instance.Install(stateSaver)
Syntax
'Declaration
Public Overrides Sub Install ( _
stateSaver As IDictionary _
)
public override void Install (
IDictionary stateSaver
)
public:
virtual void Install (
IDictionary^ stateSaver
) override
public void Install (
IDictionary stateSaver
)
public override function Install (
stateSaver : IDictionary
)
Parameters
- stateSaver
[in] System.Collections.IDictionary interface for the state saver.
Remarks
Your application must override this method in a derived class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsSnapInInstaller Class
SmsSnapInInstaller Members
Microsoft.ConfigurationManagement.AdminConsole Namespace