Visual Basic (Declaration) | |
---|---|
Public Overloads Function UpdateSmartObjectServicesDesignerMappingGUIDwithDefaultServer( _ ByVal process As Process, _ ByVal association As PersistableObjectList(Of Association), _ ByVal mappings As SmartObjectServicesDesignerMappingCollection, _ ByVal useSmartObjectServicesDesignerMapping As Boolean, _ ByVal environmentLibraryService As IEnvironmentLibraryService _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Synchronization Dim process As Process Dim association As PersistableObjectList(Of Association) Dim mappings As SmartObjectServicesDesignerMappingCollection Dim useSmartObjectServicesDesignerMapping As Boolean Dim environmentLibraryService As IEnvironmentLibraryService Dim value As String value = instance.UpdateSmartObjectServicesDesignerMappingGUIDwithDefaultServer(process, association, mappings, useSmartObjectServicesDesignerMapping, environmentLibraryService) |
C# | |
---|---|
public string UpdateSmartObjectServicesDesignerMappingGUIDwithDefaultServer( Process process, PersistableObjectList<Association> association, SmartObjectServicesDesignerMappingCollection mappings, bool useSmartObjectServicesDesignerMapping, IEnvironmentLibraryService environmentLibraryService ) |
C++/CLI | |
---|---|
public: String^ UpdateSmartObjectServicesDesignerMappingGUIDwithDefaultServer( Process^ process, PersistableObjectList<Association^>^ association, SmartObjectServicesDesignerMappingCollection^ mappings, bool useSmartObjectServicesDesignerMapping, IEnvironmentLibraryService^ environmentLibraryService ) |
Parameters
- process
- association
- mappings
- useSmartObjectServicesDesignerMapping
- environmentLibraryService
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2