IDebugPropertyBag110.SetProperty(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.
public:
int SetProperty(System::String ^ bstrKey, System::String ^ bstrValue);
public:
int SetProperty(Platform::String ^ bstrKey, Platform::String ^ bstrValue);
int SetProperty(std::wstring const & bstrKey, std::wstring const & bstrValue);
public int SetProperty(string bstrKey, string bstrValue);
abstract member SetProperty : string * string -> int
Public Function SetProperty (bstrKey As String, bstrValue As String) As Integer
Parameters
- bstrKey
- String
- bstrValue
- String