IVsApplicationSettings.SetPropertyInfo(String, String) Method

Definition

Microsoft internal use only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void SetPropertyInfo(System::String ^ pszAppSettingsObjectName, System::String ^ pszPropertyName);
public:
 void SetPropertyInfo(Platform::String ^ pszAppSettingsObjectName, Platform::String ^ pszPropertyName);
void SetPropertyInfo(std::wstring const & pszAppSettingsObjectName, std::wstring const & pszPropertyName);
public void SetPropertyInfo (string pszAppSettingsObjectName, string pszPropertyName);
abstract member SetPropertyInfo : string * string -> unit
Public Sub SetPropertyInfo (pszAppSettingsObjectName As String, pszPropertyName As String)

Parameters

pszAppSettingsObjectName
String
pszPropertyName
String

Applies to