IVsConnectedServiceProperties::SetProperty Method (String^, String^)

 

Sets the specified property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void SetProperty(
	String^ szPropertyName,
	String^ szValue
)

Parameters

szPropertyName
Type: System::String^

The property name.

szValue
Type: System::String^

The value.

Return to top
Show: