Метод | Описание | |
---|---|---|
GetContextualResourceModel ( object dataContext ) : IContextualResourceModel | ||
GetDisplayName ( IContextualResourceModel resourceModel ) : string |
Gets the display name associated with a specific resource and environment - used for tab headers
|
|
GetIconPath ( IContextualResourceModel resource ) : string |
public static GetContextualResourceModel ( object dataContext ) : IContextualResourceModel | ||
dataContext | object | |
Результат | IContextualResourceModel |
public static GetDisplayName ( IContextualResourceModel resourceModel ) : string | ||
resourceModel | IContextualResourceModel | The resource model. |
Результат | string |
public static GetIconPath ( IContextualResourceModel resource ) : string | ||
resource | IContextualResourceModel | |
Результат | string |