IPropertyStorage.ReadPropertyNames Method

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

Syntax

'宣言
Sub ReadPropertyNames ( _
    cpropid As UInteger, _
    rgpropid As UInteger(), _
    <OutAttribute> rglpwstrName As String() _
)
'使用
Dim instance As IPropertyStorage
Dim cpropid As UInteger
Dim rgpropid As UInteger()
Dim rglpwstrName As String()

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

Parameters

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

Permissions

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace