Share via


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

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

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, _
    <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 nonpublicCachedDataMembers As String()
Dim returnValue As String

returnValue = ServerDocument.AddCustomization(documentPath, _
    assemblyName, deploymentManifestPath, _
    applicationVersion, makePathsRelative, _
    nonpublicCachedDataMembers)
public static string AddCustomization(
    string documentPath,
    string assemblyName,
    string deploymentManifestPath,
    string applicationVersion,
    bool makePathsRelative,
    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