ProvideViewAdapterAttribute.ScopeData Property

Definition

Gets the scope data associated with the scope of the view adapter.

public:
 property System::Object ^ ScopeData { System::Object ^ get(); };
public:
 property Platform::Object ^ ScopeData { Platform::Object ^ get(); };
public object ScopeData { get; }
member this.ScopeData : obj
Public ReadOnly Property ScopeData As Object

Property Value

The scope data associated with the scope of the view adapter.

Applies to