This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.XComponent.
                            
 
	
		Summary
	
            This method sets the path of XcStudio that will be used by all other commands.
            
		
	Syntax
	public static void SetXcStudioPath(this ICakeContext context, string xcStudioPath)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The Cake Context | 
					
					
						| xcStudioPath | 
						string | 
						The XcStudio Path | 
					
			
		 
	 	
	Return Value