Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SectionViewModel containing this Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ContainingSection As SectionViewModel
public SectionViewModel ContainingSection { get; }
public:
property SectionViewModel^ ContainingSection {
SectionViewModel^ get ();
}
public function get ContainingSection () : SectionViewModel
Remarks
The containing section for this property is typically specified in the PropertyDependencyInitialization(SectionViewModel, IApplicationModel).
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace