This document is archived and information here might be outdated.  Recommended version.


IMetadataViewWindow2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMetadataViewWindow2 Interface
ArcGIS Developer Help

IMetadataViewWindow2 Interface

Provides access to members setting the Metadata View Window.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Application Provides the window with a reference to the application.
Write-only property DataSource Pass the data source name of the selected layer to Metadata View window.
Method FindViaLayer Is Metadata (of a layer's data source) already being displayed.
Method FindViaStandaloneTable Is Metadata (of a standalone table) already being displayed.
Read-only property hWnd HWND of the Metadata View Window.
Read/write property Layer The stored layer.
Write-only property Metadata Pass the metadata directly to Metadata View window.
Read-only property Metadata The Metadata of the selected layer's data source.
Read-only property MetadataHelper The Metadata helper to get stylesheet path and metadata.
Method Refresh Refresh the metadata view.
Read-only property SelectedStylesheet Selected Stylesheet from Metadata helper.
Method Show Show MetadataViewWindow of the selected layer's data source.
Read/write property StandaloneTable The standalone table to view/edit.
Read-only property StylesheetPath Stylesheet path from Metadata helper.

Inherited Interfaces

Interfaces Description
IMetadataViewWindow Provides access to members setting the Metadata View Window.

Classes that implement IMetadataViewWindow2

Classes Description
MetadataViewWindow MetadataViewWindow class used to display the metadata of selected layer's data source.