Compartilhar via


IVsConnectedServiceProperties.SetProperty Method

Sets the specified property.

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

Syntax

'Declaration
Sub SetProperty ( _
    szPropertyName As String, _
    szValue As String _
)
void SetProperty(
    string szPropertyName,
    string szValue
)
void SetProperty(
    [InAttribute] String^ szPropertyName, 
    [InAttribute] String^ szValue
)
abstract SetProperty : 
        szPropertyName:string * 
        szValue:string -> unit
function SetProperty(
    szPropertyName : String, 
    szValue : String
)

Parameters

  • szPropertyName
    Type: String

    The property name.

  • szValue
    Type: String

    The value.

.NET Framework Security

See Also

Reference

IVsConnectedServiceProperties Interface

Microsoft.VisualStudio.Shell.Interop Namespace