Interface IST_NameSpace
  
  
  
  Assembly: STXMLPropTypes.dll
  Syntax
  
    [Guid("18FB22DF-5A5B-498F-AC35-8634582A09FD")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_NameSpace
   
  Properties
  
  NSManager
  
  
  Declaration
  
    IST_NameSpaceManager NSManager { get; }
   
  Property Value
  
  
  RootType
  
  
  Declaration
  
    IST_XMLPropDescriptor RootType { get; }
   
  Property Value
  
  Methods
  
  CreatePropPointer(string)
  Create property pointer for the given type name
Declaration
  
    IST_XMLPropPointer CreatePropPointer(string TypeName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | TypeName |  | 
    
  
  Returns
  
  
  GetPropDescriptor(string)
  Get property descriptor for the given type name
Declaration
  
    IST_XMLPropDescriptor GetPropDescriptor(string TypeName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | TypeName |  | 
    
  
  Returns