ServerDocument.AddCustomization Yöntem (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.
Ad alanı: Microsoft.VisualStudio.Tools.Applications
Derleme: Microsoft.VisualStudio.Tools.Applications.ServerDocument (Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- documentPath
Tür: System.String
- assemblyName
Tür: System.String
- solutionId
Tür: System.Guid
- deploymentManifestUrl
Tür: System.Uri
- runAsLocal
Tür: System.Boolean
- nonpublicCachedDataMembers
Tür: array<System.String[]%
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.