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
)
參數
- documentPath
型別:System.String
- assemblyName
型別:System.String
- solutionId
型別:System.Guid
- deploymentManifestUrl
型別:System.Uri
- runAsLocal
型別:System.Boolean
- nonpublicCachedDataMembers
型別:array<System.String[]%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。