IVsApplicationSettings.SetPropertyInfo(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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