IVsWCFMetadataStorage.SetName, méthode
Définit le nom du fichier de .svcmap dans un stockage de (WCF) métadonnées de Windows Communication Foundation.
Espace de noms : Microsoft.VisualStudio.WCFReference.Interop
Assembly : Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntaxe
'Déclaration
Sub SetName ( _
pszName As String _
)
void SetName(
string pszName
)
void SetName(
[InAttribute] String^ pszName
)
abstract SetName :
pszName:string -> unit
function SetName(
pszName : String
)
Paramètres
pszName
Type : StringLe nom pour le fichier sans extension.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.