Share via


ElementViewModel.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 Overridable Function GetLocalPathPart As String
protected virtual string GetLocalPathPart()
protected:
virtual String^ GetLocalPathPart()
protected function GetLocalPathPart() : String

See Also

ElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace