Interface ISTOMPropertyList
  
  
  
  Assembly: STOMTypes.dll
  Syntax
  
    [Guid("798C3165-303B-4869-AB06-6CB74A994F1C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISTOMPropertyList
   
  Properties
  
  Count
  
  
  Declaration
  
  Property Value
  
  
  Name[int]
  
  
  Declaration
  
    string Name[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  Typ[string]
  
  
  Declaration
  
    ISTOMTypeDescriptor Typ[string i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | i |  | 
    
  
  Property Value
  
  Methods
  
  IndexOf(string)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Name |  | 
    
  
  Returns