CollectionElementViewModel.GetLocalPathPart Method
Gets a string that can be appended to the parent's Path to compose a Path used to uniquely identify this ElementViewModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overrides Function GetLocalPathPart As String
protected override string GetLocalPathPart()
protected:
virtual String^ GetLocalPathPart() override
protected override function GetLocalPathPart() : String
See Also
CollectionElementViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace