IVsUIBoundGuidProperty.SetValue Method

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

Syntax

'Declaration
Sub SetValue ( _
    owner As Object, _
    ByRef guidVal As Guid _
)
void SetValue(
    Object owner,
    ref Guid guidVal
)
void SetValue(
    [InAttribute] Object^ owner, 
    [InAttribute] Guid% guidVal
)
abstract SetValue : 
        owner:Object * 
        guidVal:Guid byref -> unit
function SetValue(
    owner : Object, 
    guidVal : Guid
)

Parameters

.NET Framework Security

See Also

Reference

IVsUIBoundGuidProperty Interface

Microsoft.Internal.VisualStudio.Shell.Interop Namespace