IStorageItemInformation.DocumentProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that provides access to the document properties of the item, such as the title, author name, and so on.
public:
property DocumentProperties ^ DocumentProperties { DocumentProperties ^ get(); };
DocumentProperties DocumentProperties();
public DocumentProperties DocumentProperties { get; }
var documentProperties = iStorageItemInformation.documentProperties;
Public ReadOnly Property DocumentProperties As DocumentProperties
Property Value
The document properties.