VersioningHelper.MakeVersionSafeName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Fornisce un nome version-safe.
Overload
MakeVersionSafeName(String, ResourceScope, ResourceScope) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Restituisce un nome version-safe basato sul nome di risorsa specificato e sull'origine prevista per l'utilizzo delle risorse. |
MakeVersionSafeName(String, ResourceScope, ResourceScope, Type) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Restituisce un nome version-safe basato sul nome di risorsa specificato, l'ambito previsto per l'utilizzo della risorsa e il tipo che utilizza la risorsa. |
MakeVersionSafeName(String, ResourceScope, ResourceScope)
- Source:
- VersioningHelper.cs
- Source:
- VersioningHelper.cs
- Source:
- VersioningHelper.cs
Restituisce un nome version-safe basato sul nome di risorsa specificato e sull'origine prevista per l'utilizzo delle risorse.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static System::String ^ MakeVersionSafeName(System::String ^ name, System::Runtime::Versioning::ResourceScope from, System::Runtime::Versioning::ResourceScope to);
public static string MakeVersionSafeName (string? name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to);
public static string MakeVersionSafeName (string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to);
static member MakeVersionSafeName : string * System.Runtime.Versioning.ResourceScope * System.Runtime.Versioning.ResourceScope -> string
Public Shared Function MakeVersionSafeName (name As String, from As ResourceScope, to As ResourceScope) As String
Parametri
- name
- String
Nome della risorsa.
- from
- ResourceScope
Ambito della risorsa.
Ambito desiderato per l'utilizzo delle risorse.
Restituisce
Nome version-safe.
Commenti
Il nome originale viene restituito con un suffisso correlato all'ambito. Il suffisso può includere l'identità del processo, l'identità corrente AppDomain o entrambe.
Si applica a
MakeVersionSafeName(String, ResourceScope, ResourceScope, Type)
- Source:
- VersioningHelper.cs
- Source:
- VersioningHelper.cs
- Source:
- VersioningHelper.cs
Restituisce un nome version-safe basato sul nome di risorsa specificato, l'ambito previsto per l'utilizzo della risorsa e il tipo che utilizza la risorsa.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static System::String ^ MakeVersionSafeName(System::String ^ name, System::Runtime::Versioning::ResourceScope from, System::Runtime::Versioning::ResourceScope to, Type ^ type);
public static string MakeVersionSafeName (string? name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to, Type? type);
public static string MakeVersionSafeName (string name, System.Runtime.Versioning.ResourceScope from, System.Runtime.Versioning.ResourceScope to, Type type);
static member MakeVersionSafeName : string * System.Runtime.Versioning.ResourceScope * System.Runtime.Versioning.ResourceScope * Type -> string
Public Shared Function MakeVersionSafeName (name As String, from As ResourceScope, to As ResourceScope, type As Type) As String
Parametri
- name
- String
Nome della risorsa.
- from
- ResourceScope
Inizio dell'intervallo dell'ambito.
Fine dell'intervallo dell'ambito.
Restituisce
Nome version-safe.
Eccezioni
I valori per from
e to
non sono validi. Il tipo di risorsa nell'enumerazione ResourceScope passa da un tipo più restrittivo a uno più generale.
type
è null
.
Commenti
Il nome originale viene restituito con un suffisso correlato all'ambito.