Infrastructure. Infrastructure.
            
            
            
            
            
            
            
            'Declaration
 
<NotNullAttribute()>
Protected Overrides NotOverridable Function MakeString() As String
             
        
            
            'Usage
 
Dim instance As ComInstantiationParameters
Dim value As String
 
value = instance.MakeString()
             
        
            
            [NotNull()]
protected override string MakeString()
             
        
            
            [NotNull()]
protected:
String^ MakeString(); override 
             
        
             
        
            
            
            Return Value
Returns a string that represents the current parameters, regardless of the standard names.Returns a string that represents the current parameters, regardless of the standard names.
 
            
            
            
            
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also