ServerDocument::AddCustomization Method (String^, String^, Guid, Uri^, Boolean, array<String^>^%)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

public:
static void AddCustomization(
	String^ documentPath,
	String^ assemblyName,
	Guid solutionId,
	Uri^ deploymentManifestUrl,
	bool runAsLocal,
	[OutAttribute] array<String^>^% nonpublicCachedDataMembers
)

Parameters

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^>^%

Return to top
Show: