IPropertyStorage.WritePropertyNames Method

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

Syntax

'宣言
Sub WritePropertyNames ( _
    cpropid As UInteger, _
    rgpropid As UInteger(), _
    rglpwstrName As String() _
)
'使用
Dim instance As IPropertyStorage
Dim cpropid As UInteger
Dim rgpropid As UInteger()
Dim rglpwstrName As String()

instance.WritePropertyNames(cpropid, _
    rgpropid, rglpwstrName)
void WritePropertyNames(
    uint cpropid,
    uint[] rgpropid,
    string[] rglpwstrName
)
void WritePropertyNames(
    [InAttribute] unsigned int cpropid, 
    [InAttribute] array<unsigned int>^ rgpropid, 
    [InAttribute] array<String^>^ rglpwstrName
)
function WritePropertyNames(
    cpropid : uint, 
    rgpropid : uint[], 
    rglpwstrName : String[]
)

Parameters

  • rgpropid
    Type: []
  • rglpwstrName
    Type: []

Permissions

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace