Compartir a través de


AddCustomization (Método) (String, String, String, String, Boolean, Boolean, String, String[]) (2003 System)

Actualización: noviembre 2007

Espacio de nombres:  Microsoft.VisualStudio.Tools.Applications.Runtime
Ensamblado:  Microsoft.VisualStudio.Tools.Applications.Runtime (en Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Sintaxis

'Declaración
Public Shared Function AddCustomization ( _
    documentPath As String, _
    assemblyName As String, _
    deploymentManifestPath As String, _
    applicationVersion As String, _
    makePathsRelative As Boolean, _
    checkDocument As Boolean, _
    deployedAssemblyLocation As String, _
    <OutAttribute> ByRef nonpublicCachedDataMembers As String() _
) As String
'Uso
Dim documentPath As String
Dim assemblyName As String
Dim deploymentManifestPath As String
Dim applicationVersion As String
Dim makePathsRelative As Boolean
Dim checkDocument As Boolean
Dim deployedAssemblyLocation As String
Dim nonpublicCachedDataMembers As String()
Dim returnValue As String

returnValue = ServerDocument.AddCustomization(documentPath, _
    assemblyName, deploymentManifestPath, _
    applicationVersion, makePathsRelative, _
    checkDocument, deployedAssemblyLocation, _
    nonpublicCachedDataMembers)
public static string AddCustomization(
    string documentPath,
    string assemblyName,
    string deploymentManifestPath,
    string applicationVersion,
    bool makePathsRelative,
    bool checkDocument,
    string deployedAssemblyLocation,
    out string[] nonpublicCachedDataMembers
)

Parámetros

Valor devuelto

Tipo: System. . :: .String

Permisos

Vea también

Referencia

ServerDocument (Clase)

ServerDocument (Miembros)

AddCustomization (Sobrecarga)

Microsoft.VisualStudio.Tools.Applications.Runtime (Espacio de nombres)