ServerDocument.AddCustomization, méthode (String, String, Guid, Uri, Boolean, array<String[]%)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.VisualStudio.Tools.Applications
Assembly : Microsoft.VisualStudio.Tools.Applications.ServerDocument (dans Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Syntaxe
'Déclaration
Public Shared Sub AddCustomization ( _
documentPath As String, _
assemblyName As String, _
solutionId As Guid, _
deploymentManifestUrl As Uri, _
runAsLocal As Boolean, _
<OutAttribute> ByRef nonpublicCachedDataMembers As String() _
)
public static void AddCustomization(
string documentPath,
string assemblyName,
Guid solutionId,
Uri deploymentManifestUrl,
bool runAsLocal,
out string[] nonpublicCachedDataMembers
)
Paramètres
- documentPath
Type : System.String
- assemblyName
Type : System.String
- solutionId
Type : System.Guid
- deploymentManifestUrl
Type : System.Uri
- runAsLocal
Type : System.Boolean
- nonpublicCachedDataMembers
Type : array<System.String[]%
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.