ArcObjects Library Reference (Carto)  

IPageLayout2.ContentProvider Property

The object that is currently managing the content of the layout.

[Visual Basic .NET]
Public Property ContentProvider As Object
[C#]
public object ContentProvider {get; set;}
[C++]
HRESULT get_ContentProvider(
  LPUNKNOWN* Provider
);
[C++]
HRESULT putref_ContentProvider(
  LPUNKNOWN Provider
);
[C++]

Parameters

Provider [out, retval]   Provider is a parameter of type LPUNKNOWN Provider [in]   Provider is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPageLayout2 Interface