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
- documentPath
Type: System.String
- assemblyName
Type: System.String
- deploymentManifestPath
Type: System.String
- applicationVersion
Type: System.String
- makePathsRelative
Type: System.Boolean
- checkDocument
Type: System.Boolean
- deployedAssemblyLocation
Type: System.String
- nonpublicCachedDataMembers
Type: array<System.String[]%
Return Value
Type: System.String
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.