| Miner.Tasks.ViewModel Namespace > TaskViewModel Class : GetFieldsByModelName Method |
'DeclarationPublic Function GetFieldsByModelName( _ ByVal modelName As System.String _ ) As System.Collections.Generic.IList(Of TaskFieldViewModel)
'UsageDim instance As TaskViewModel Dim modelName As System.String Dim value As System.Collections.Generic.IList(Of TaskFieldViewModel) value = instance.GetFieldsByModelName(modelName)
public System.Collections.Generic.IList<TaskFieldViewModel> GetFieldsByModelName( System.string modelName )
public function GetFieldsByModelName( modelName: System.String ): System.Collections.Generic.IList;
public function GetFieldsByModelName( modelName : System.String ) : System.Collections.Generic.IList;
public: System.Collections.Generic.IList<TaskFieldViewModel*>* GetFieldsByModelName( System.string* modelName )
public: System.Collections.Generic.IList<TaskFieldViewModel^>^ GetFieldsByModelName( System.String^ modelName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2