This document is archived and information here might be outdated.  Recommended version.


ISettingsInRegistry.StoreForCurrentUser Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

ISettingsInRegistry.StoreForCurrentUser Method

Store object settings.

[Visual Basic .NET]
Public Sub StoreForCurrentUser ( _
    ByVal bstrRegPath As String _
)
[C#]
public void StoreForCurrentUser (
    string bstrRegPath
);
[C++]
HRESULT StoreForCurrentUser(
  BSTR bstrRegPath
);
[C++]

Parameters bstrRegPath [in] bstrRegPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISettingsInRegistry Interface