ServerDocument.AddCustomization Method (String, String, String, String, Boolean, Boolean, String, array<String[]%) (2003 System)

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
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
'Usage
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
)

Parameters

Return Value

Type: System.String

Permissions

See Also

Reference

ServerDocument Class

ServerDocument Members

AddCustomization Overload

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace