Partager via


ICustomAssembly.SourcePath, propriété

Obtient ou définit le nom et le chemin d'accès de l'assembly à inclure dans le package.Le chemin d'accès peut être absolu ou relatif par rapport au répertoire racine du projet de package.

Espace de noms :  Microsoft.VisualStudio.SharePoint.Packages
Assembly :  Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Déclaration
Property SourcePath As String
string SourcePath { get; set; }

Valeur de propriété

Type : System.String
Chaîne représentant le chemin d'accès et le nom d'un assembly.

Notes

Voici des exemples illustrant la différence entre les chemins d'accès absolus et relatifs :

Chemin relatif : ..\Project\Bin\Debug\SiblingProject.dll.

Chemin d'accès absolu : R:\Folder\Project\Bin\Debug\OtherProject.dll.

Pour plus d'informations, consultez Chemins d'accès aux sites Web ASP.NET.

Sécurité .NET Framework

Voir aussi

Référence

ICustomAssembly Interface

Microsoft.VisualStudio.SharePoint.Packages, espace de noms