This document is archived and information here might be outdated. Recommended version. |
Initialize the DocumentInfo from the content of metadata.
[Visual Basic .NET] Public Sub Metadata2DocumentInfo ( _ ByVal pPropertySet As IPropertySet, _ ByVal pDocuInfo As IDocumentInfo2 _ )
[C#] public void Metadata2DocumentInfo ( IPropertySet pPropertySet, IDocumentInfo2 pDocuInfo );
[C++]
HRESULT Metadata2DocumentInfo(
IPropertySet* pPropertySet,
IDocumentInfo2* pDocuInfo
);
[C++] Parameters pPropertySet [in]
pPropertySet is a parameter of type IPropertySet* pDocuInfo [in]
pDocuInfo is a parameter of type IDocumentInfo2*