14 references to GetOleProperty
WindowsBase (14)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (14)
122return GetOleProperty(FormatId.SummaryInformation, PropertyId.Title) as string; 138return GetOleProperty(FormatId.SummaryInformation, PropertyId.Subject) as string; 157return GetOleProperty(FormatId.SummaryInformation, PropertyId.Creator) as string; 175return GetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords) as string; 191return GetOleProperty(FormatId.SummaryInformation, PropertyId.Description) as string; 210return GetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy) as string; 228return GetOleProperty(FormatId.SummaryInformation, PropertyId.Revision) as string; 297return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category) as string; 313return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier) as string; 332string contentType = GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType) as string; 371return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language) as string; 387return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version) as string; 404return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus) as string; 799object obj = GetOleProperty(fmtid, propId);