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


ISettingsInRegistry.StoreForCurrentUser Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IS > ISettingsInRegistry Interface > ISettingsInRegistry.StoreForCurrentUser Method
ArcGIS Developer Help

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