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