Sdílet prostřednictvím


ServerDocument.AddCustomization – metoda (String, String, Guid, Uri, Boolean, array<String %)

Toto rozhraní API podporuje infrastrukturu Visual Studio a není určen pro použití přímo v kódu.

Obor názvů:  Microsoft.VisualStudio.Tools.Applications
Sestavení:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (v Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ServerDocument Třída

AddCustomization – přetížení

Microsoft.VisualStudio.Tools.Applications – obor názvů