ServerDocument.AddCustomization-Methode (String, String, Guid, Uri, Boolean, array<String %)
This API supports the Visual Studio 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)
Syntax
'Declaration
Public Shared Sub AddCustomization ( _
documentPath As String, _
assemblyName As String, _
solutionId As Guid, _
deploymentManifestUrl As Uri, _
runAsLocal As Boolean, _
<OutAttribute> ByRef nonpublicCachedDataMembers As String() _
)
public static void AddCustomization(
string documentPath,
string assemblyName,
Guid solutionId,
Uri deploymentManifestUrl,
bool runAsLocal,
out string[] nonpublicCachedDataMembers
)
Parameter
- documentPath
Typ: System.String
- assemblyName
Typ: System.String
- solutionId
Typ: System.Guid
- deploymentManifestUrl
Typ: System.Uri
- runAsLocal
Typ: System.Boolean
- nonpublicCachedDataMembers
Typ: array<System.String[]%
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.