다음을 통해 공유


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
)
abstract ReadPropertyNames : 
        cpropid:uint32 * 
        rgpropid:uint32[] * 
        rglpwstrName:string[] byref -> unit 
function ReadPropertyNames(
    cpropid : uint, 
    rgpropid : uint[], 
    rglpwstrName : String[]
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyStorage Interface

IPropertyStorage Members

Microsoft.VisualStudio.OLE.Interop Namespace