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
- pszPropName
Type: String
- pVar
Type: Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.