ServerDocument.AddCustomization 方法 (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.

命名空間:  Microsoft.VisualStudio.Tools.Applications
組件:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

ServerDocument 類別

AddCustomization 多載

Microsoft.VisualStudio.Tools.Applications 命名空間