Share via


IPropertyBag.Write Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Write ( _
    pszPropName As String, _
    ByRef pVar As Object _
)
void Write(
    string pszPropName,
    ref Object pVar
)
void Write(
    [InAttribute] String^ pszPropName, 
    [InAttribute] Object^% pVar
)
abstract Write : 
        pszPropName:string * 
        pVar:Object byref -> unit 
function Write(
    pszPropName : String, 
    pVar : Object
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyBag Interface

Microsoft.VisualStudio.OLE.Interop Namespace