CoreStrings.ObjectRemovedFromModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObjectRemovedFromModel(Object) |
The object '{name}' has been removed from the model. |
ObjectRemovedFromModel |
The object has been removed from the model. |
ObjectRemovedFromModel(Object)
- Source:
- CoreStrings.Designer.cs
The object '{name}' has been removed from the model.
public static string ObjectRemovedFromModel (object? name);
static member ObjectRemovedFromModel : obj -> string
Public Shared Function ObjectRemovedFromModel (name As Object) As String
Parameters
- name
- Object
Returns
Applies to
ObjectRemovedFromModel
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The object has been removed from the model.
public static string ObjectRemovedFromModel { get; }
static member ObjectRemovedFromModel : string
Public Shared ReadOnly Property ObjectRemovedFromModel As String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.